skillfinder
Agent 技能发现
技能发现
Agent
AI 智能体
Python
GitHub
⭐ 1⬇️ 0🏷️ master📦 2
skillfinder-master.zip
226.2 KB下载
安装与使用说明
Codex
- 先下载 ZIP 包(例如:skillfinder-master.zip)。
- 解压后放到 $CODEX_HOME/skills/ 目录下。
- 如果没有设置 $CODEX_HOME,通常可放到 ~/.codex/skills/。
- 确保目录内有 SKILL.md,然后重开会话即可使用。
源码目录预览
├── .github │ └── workflows │ ├── ci.yml │ └── update-index.yml ├── crawlers │ ├── __init__.py │ ├── base.py │ ├── clawhub_crawler.py │ ├── marketplace_crawler.py │ ├── skillhub_crawler.py │ ├── skillsmp_crawler.py │ ├── skillsmp_deep_crawler.py │ └── topic_crawler.py ├── data │ └── version.txt ├── docs │ ├── prd │ │ ├── PRD-001-crawler-pipeline.md │ │ ├── PRD-002-embedding-indexing.md │ │ ├── PRD-003-search-runtime.md │ │ ├── PRD-004-skill-integration.md │ │ ├── PRD-005-ci-cd-release.md │ │ ├── PRD-006-testing.md │ │ └── PRD-007-incremental-crawl.md │ ├── architecture.md │ ├── data-sources.md │ ├── embedding-strategy.md │ └── test-plan.md ├── pipeline │ ├── __init__.py │ ├── backfill_metadata.py │ ├── build_index.py │ ├── check_regression.py │ ├── crawl_report.py │ ├── embed.py │ ├── incremental_update.py │ ├── normalize.py │ ├── update_crawl.py │ └── update_docs.py ├── scripts │ ├── __init__.py │ ├── fetch_skill.py │ ├── npm-release.sh │ ├── requirements.txt │ ├── search.py │ ├── trial_crawl.sh │ └── update_index.py ├── skills │ ├── crawl-sources │ │ └── SKILL.md │ ├── npm-release │ │ └── SKILL.md │ └── update-index │ └── SKILL.md ├── tests │ ├── crawlers │ │ ├── __init__.py │ │ ├── conftest.py │ │ ├── test_base.py │ │ ├── test_clawhub_crawler.py │ │ ├── test_dedup_across_sources.py │ │ ├── test_marketplace_crawler.py │ │ ├── test_skillhub_crawler.py │ │ ├── test_skillsmp_crawler.py │ │ ├── test_skillsmp_deep_crawler.py │ │ └── test_topic_crawler.py │ ├── fixtures │ │ ├── raw │ │ │ ├── clawhub.jsonl │ │ │ ├── marketplace.jsonl │ │ │ ├── skillhub.jsonl │ │ │ └── skillsmp.jsonl │ │ ├── sample_skill.md │ │ └── test_queries.json │ ├── integration │ │ ├── __init__.py │ │ ├── test_pipeline.py │ │ └── test_search_integration.py │ ├── pipeline │ │ ├── __init__.py │ │ ├── test_backfill_metadata.py │ │ ├── test_crawl_report.py │ │ └── test_update_docs.py │ ├── quality │ │ ├── __init__.py │ │ └── test_search_quality.py │ ├── unit │ │ ├── __init__.py │ │ ├── test_build_index.py │ │ ├── test_embed.py │ │ ├── test_fetch_skill.py │ │ ├── test_incremental_update.py │ │ ├── test_normalize.py │ │ ├── test_search.py │ │ └── test_update_index.py │ ├── __init__.py │ └── conftest.py ├── .gitignore ├── .npmignore ├── BACKLOG.md ├── CLAUDE.md ├── LICENSE ├── README.md ├── SKILL.md ├── package.json ├── plugin.json ├── pytest.ini └── requirements-dev.txt
元数据
Slug: skillfinder
作者: yya007
协议: MIT
包大小: 226.2 KB
SHA256: d609ad21d182e251fb9ddce8ae5bbcec1089faf8073a77bb0992145c82f1719f