.env.example
.gitignore
LICENSE
MANIFEST.in
README.md
demo.gif
demo_agent.gif
demo_browse.gif
demo_search.gif
pyproject.toml
clawskills_rai.egg-info/PKG-INFO
clawskills_rai.egg-info/SOURCES.txt
clawskills_rai.egg-info/dependency_links.txt
clawskills_rai.egg-info/entry_points.txt
clawskills_rai.egg-info/requires.txt
clawskills_rai.egg-info/top_level.txt
core/README.md
core/__init__.py
core/__main__.py
core/_version.py
core/cli.py
core/config.py
core/detect_project.py
core/domain_config.py
core/env.py
core/search.py
core/llm/README.md
core/llm/__init__.py
core/llm/base.py
core/llm/factory.py
core/llm/mock_client.py
core/llm/ollama_client.py
core/llm/openai_client.py
core/llm/router.py
core/llm/types.py
core/postprocess/README.md
core/postprocess/__init__.py
core/postprocess/dedupe.py
core/postprocess/run.py
core/queue/README.md
core/queue/__init__.py
core/queue/config.py
core/queue/store.py
core/repo_understanding/README.md
core/repo_understanding/__init__.py
core/repo_understanding/cli_surface.py
core/repo_understanding/contracts.py
core/repo_understanding/github_remote.py
core/repo_understanding/graphs.py
core/repo_understanding/ingest.py
core/repo_understanding/lang_extract.py
core/repo_understanding/license_detect.py
core/repo_understanding/llm_candidate_selector.py
core/repo_understanding/llm_trace.py
core/repo_understanding/llm_writer.py
core/repo_understanding/metrics.py
core/repo_understanding/query.py
core/repo_understanding/render.py
core/repo_understanding/runbook.py
core/repo_understanding/skillspec.py
core/repo_understanding/state.py
core/repo_understanding/symbol_index.py
core/scripts/README.md
core/scripts/__init__.py
core/scripts/arxiv_pipeline.py
core/scripts/auto_pr.py
core/scripts/backfill_package_v2.py
core/scripts/backfill_sources.py
core/scripts/backfill_verification.py
core/scripts/build_bundle.py
core/scripts/build_site.py
core/scripts/bundle_install.py
core/scripts/code_redundancy_report.py
core/scripts/dir_docs.py
core/scripts/import_littlecrawler.py
core/scripts/normalize_library.py
core/scripts/queue_from_captures.py
core/scripts/queue_seed.py
core/scripts/queue_tools.py
core/scripts/reindex_skills.py
core/scripts/repo_export.py
core/scripts/repo_index.py
core/scripts/repo_query.py
core/scripts/repo_runbook.py
core/scripts/runner.py
core/scripts/self_check.py
core/scripts/skill_from_repo.py
core/scripts/skill_install.py
core/scripts/source_audit.py
core/scripts/topics_capture.py
core/scripts/journal_pipeline/__init__.py
core/scripts/journal_pipeline/cli.py
core/scripts/journal_pipeline/cli_args.py
core/scripts/journal_pipeline/skill_template.py
core/scripts/validate_skills/__init__.py
core/scripts/validate_skills/core.py
core/scripts/validate_skills/core_checks.py
core/scripts/validate_skills/helpers.py
core/skills/README.md
core/skills/__init__.py
core/skills/coerce.py
core/skills/gate.py
core/skills/generate.py
core/skills/improve.py
core/skills/index_sqlite.py
core/skills/markdown_ops.py
core/skills/package_v2.py
core/skills/prompts.py
core/skills/publish.py
core/sources/README.md
core/sources/__init__.py
core/sources/artifacts.py
core/sources/arxiv.py
core/sources/baidu.py
core/sources/github.py
core/sources/linker.py
core/sources/playwright_utils.py
core/sources/router.py
core/sources/stackoverflow.py
core/sources/store.py
core/sources/types.py
core/sources/web_search.py
core/sources/webpage.py
core/sources/xhs.py
core/sources/zhihu.py
core/sources/claw/__init__.py
core/sources/claw/__main__.py
core/sources/claw/awesome_parser.py
core/sources/claw/clawhub.py
core/sources/claw/clean_bundle.py
core/sources/claw/converter.py
core/sources/claw/github_skills.py
core/sources/claw/github_skills_v2.py
core/sources/claw/http_client.py
core/sources/claw/openclaw_archive.py
core/sources/claw/repo_miner.py
core/sources/claw/repo_registry.py
core/sources/claw/repo_state.py
core/sources/journals/__init__.py
core/sources/journals/journal_config.py
core/sources/journals/models.py
core/sources/journals/normalize.py
core/sources/journals/engine/__init__.py
core/sources/journals/engine/config.py
core/sources/journals/engine/crawl.py
core/sources/journals/engine/discovery.py
core/sources/journals/engine/downloader.py
core/sources/journals/engine/extractor.py
core/sources/journals/engine/http_client.py
core/sources/journals/engine/orchestrator.py
core/sources/journals/engine/storage.py
core/sources/journals/parsers/__init__.py
core/sources/journals/parsers/elife_parser.py
core/sources/journals/parsers/html_parser.py
core/sources/journals/parsers/nature_parser.py
core/sources/journals/parsers/plos_parser.py
core/sources/journals/parsers/pmc_parser.py
core/utils/README.md
core/utils/__init__.py
core/utils/fingerprint.py
core/utils/fs.py
core/utils/git.py
core/utils/hashing.py
core/utils/http.py
core/utils/iterables.py
core/utils/lang.py
core/utils/md.py
core/utils/paths.py
core/utils/redact.py
core/utils/skill_id.py
core/utils/text.py
core/utils/time.py
core/utils/urls.py
core/utils/yaml_lite.py
core/utils/yaml_simple.py
docs/claw_ecosystem_coverage.md
docs/claw_integration_gap.md
docs/contracts.md
docs/repo_inventory.md
docs/source_audit_report.md
tests/__init__.py
tests/test_bundle_install.py
tests/test_claw_aggregate.py
tests/test_claw_clean_bundle.py
tests/test_claw_converter.py
tests/test_claw_full_pipeline.py
tests/test_claw_http_client.py
tests/test_claw_integration.py
tests/test_claw_repo_miner.py
tests/test_claw_repo_registry.py
tests/test_config.py
tests/test_env.py
tests/test_fingerprint.py
tests/test_gate.py
tests/test_generate_skill.py
tests/test_github_skills.py
tests/test_http_security.py
tests/test_imports.py
tests/test_journal_crawler.py
tests/test_journal_engine.py
tests/test_journal_pipeline.py
tests/test_publish.py
tests/test_queue_store.py
tests/test_repo_export.py
tests/test_search_quality.py
tests/test_topics_capture.py
tests/test_utils.py