[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-steipete-feishu-doc-en":3,"guides-for-steipete-feishu-doc":1216,"similar-k173yyc171n5pm5y7h1wjp0e3n86nbsp-en":1217},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":244,"isFallback":240,"parentExtension":249,"providers":250,"relations":255,"repo":257,"tags":1213,"workflow":1214},1778697652123.8867,"k173yyc171n5pm5y7h1wjp0e3n86nbsp",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Feishu document read/write operations. Activate when user mentions Feishu docs, cloud docs, or docx links.\n",{"claudeCode":12},"steipete/clawdis","feishu-doc","https://github.com/steipete/clawdis",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":225,"workflow":242},1778698098354.315,"kn75t1cxkgpqc4hz4fhq5wr8gn86mb2z","en",{"checks":20,"evaluatedAt":194,"extensionSummary":195,"features":196,"nonGoals":203,"promptVersionExtension":207,"promptVersionScoring":208,"purpose":209,"rationale":210,"score":211,"summary":212,"tags":213,"targetMarket":218,"tier":219,"useCases":220},[21,26,29,32,36,39,44,48,51,54,58,62,66,70,73,76,79,82,85,88,92,96,100,104,108,111,115,119,123,126,129,133,136,139,142,146,149,152,155,159,162,165,168,171,175,178,181,184,187,191],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of reading/writing Feishu documents and identifies specific triggers like \"Feishu docs\", \"cloud docs\", or \"docx links\".",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill provides specific Feishu document operations (read, write, append, create, list blocks, etc.) which go beyond basic LLM capabilities and offer value over simple text manipulation.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill fully covers its stated use case with clear actions and examples for Feishu document operations, including handling structured content like tables.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The extension focuses solely on Feishu document operations, adhering to a single domain without extending into unrelated capabilities.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The provided description accurately reflects the skill's capabilities for Feishu document read/write operations.",{"category":40,"check":41,"severity":42,"summary":43},"Invocation","Scoped tools","warning","The extension uses a single tool `feishu_doc` with an `action` parameter, which is less granular than separate verb-noun tools and could lead to ambiguity or increased attack surface.",{"category":45,"check":46,"severity":24,"summary":47},"Documentation","Configuration & parameter reference","All parameters for each action are clearly documented with JSON examples, and there are no implicit configurations mentioned.",{"category":33,"check":49,"severity":24,"summary":50},"Tool naming","The single tool name 'feishu_doc' is descriptive and contextually relevant.",{"category":33,"check":52,"severity":24,"summary":53},"Minimal I/O surface","The tool parameters are specific to the actions (e.g., `doc_token`, `content`, `title`) and do not include extraneous 'just in case' fields.",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","The MIT license is provided in a separate LICENSE file and is a permissive open-source license.",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","The repository shows recent commits within the last 3 months.",{"category":59,"check":63,"severity":64,"summary":65},"Dependency Management","not_applicable","No third-party dependencies were detected that require specific management.",{"category":67,"check":68,"severity":64,"summary":69},"Security","Secret Management","The skill does not appear to handle or expose any secrets.",{"category":67,"check":71,"severity":24,"summary":72},"Injection","No obvious signs of loading untrusted third-party data or executing arbitrary code were found.",{"category":67,"check":74,"severity":24,"summary":75},"Transitive Supply-Chain Grenades","The skill operates on internal document tokens and does not appear to fetch external content at runtime.",{"category":67,"check":77,"severity":24,"summary":78},"Sandbox Isolation","The skill's operations are contained within the Feishu API and do not appear to modify files outside its scope.",{"category":67,"check":80,"severity":24,"summary":81},"Sandbox escape primitives","No detached-process spawns or deny-retry loops were observed in the provided code.",{"category":67,"check":83,"severity":24,"summary":84},"Data Exfiltration","The skill's operations are confined to Feishu documents and do not involve submitting confidential data to third parties.",{"category":67,"check":86,"severity":24,"summary":87},"Hidden Text Tricks","The bundled content and descriptions appear to be free of hidden-steering tricks or obfuscation.",{"category":89,"check":90,"severity":24,"summary":91},"Hooks","Opaque code execution","The provided code is readable and does not exhibit signs of obfuscation like base64 encoding or runtime fetches.",{"category":93,"check":94,"severity":24,"summary":95},"Portability","Structural Assumption","The skill relies on the Feishu API and does not make assumptions about the user's local project file structure.",{"category":97,"check":98,"severity":24,"summary":99},"Trust","Issues Attention","No open issues were reported in the last 90 days, indicating active maintenance or a lack of reported problems.",{"category":101,"check":102,"severity":24,"summary":103},"Versioning","Release Management","The project has meaningful versioning indicated by GitHub release tags and a CHANGELOG.md.",{"category":105,"check":106,"severity":24,"summary":107},"Execution","Validation","Input parameters like `doc_token`, `action`, and `content` are clearly defined and validated through the tool's schema.",{"category":67,"check":109,"severity":24,"summary":110},"Unguarded Destructive Operations","Write and delete operations have clear parameters and are not described as being silently executed without confirmation.",{"category":112,"check":113,"severity":24,"summary":114},"Errors","Error Handling","The SKILL.md specifies error handling for structured content and implies that errors will be reported, aligning with expected practices.",{"category":116,"check":117,"severity":64,"summary":118},"Code Execution","Logging","The skill interacts with an external API and does not perform destructive operations that would necessitate local audit logging.",{"category":120,"check":121,"severity":64,"summary":122},"Compliance","GDPR","The skill operates on Feishu documents and does not appear to handle personal data directly.",{"category":120,"check":124,"severity":24,"summary":125},"Target market","The skill is focused on Feishu documents, which is a global service, and there are no regional restrictions indicated.",{"category":93,"check":127,"severity":24,"summary":128},"Runtime stability","The skill relies on the Feishu API and standard Node.js runtime, with no OS-specific assumptions.",{"category":45,"check":130,"severity":131,"summary":132},"README","info","The README exists and is extensive, but much of the content pertains to the broader OpenClaw project rather than this specific Feishu document skill.",{"category":33,"check":134,"severity":64,"summary":135},"Tool surface size","The extension exposes a single tool named 'feishu_doc'.",{"category":40,"check":137,"severity":64,"summary":138},"Overlapping near-synonym tools","With only one tool, there are no overlapping near-synonym commands.",{"category":45,"check":140,"severity":24,"summary":141},"Phantom features","All advertised features within the SKILL.md (read, write, append, create, etc.) correspond to implemented actions in the tool definition.",{"category":143,"check":144,"severity":64,"summary":145},"Install","Installation instruction","Installation instructions are for the parent OpenClaw project, not specific to this skill's direct integration.",{"category":112,"check":147,"severity":24,"summary":148},"Actionable error messages","The SKILL.md documentation implies that errors will be reported, and the structure of the tool suggests meaningful error messages from the Feishu API will be relayed.",{"category":105,"check":150,"severity":64,"summary":151},"Pinned dependencies","No bundled scripts with specific interpreter or side-effect declarations were found; the skill relies on the Node.js runtime.",{"category":33,"check":153,"severity":64,"summary":154},"Dry-run preview","The skill's operations, while modifying documents, do not appear to have a dedicated dry-run feature, but direct state changes via API are standard.",{"category":156,"check":157,"severity":64,"summary":158},"Protocol","Idempotent retry & timeouts","The skill interfaces with the Feishu API; idempotency and timeouts are assumed to be handled by the API or the underlying OpenClaw framework.",{"category":120,"check":160,"severity":24,"summary":161},"Telemetry opt-in","No telemetry is explicitly mentioned or implemented within this skill; it relies on the host framework's telemetry settings.",{"category":40,"check":163,"severity":24,"summary":164},"Precise Purpose","The skill's purpose is precisely defined, detailing Feishu document read/write operations and specific triggers, including explicit boundaries.",{"category":40,"check":166,"severity":24,"summary":167},"Concise Frontmatter","The frontmatter is concise, self-contained, and effectively summarizes the core capability and triggers for the Feishu document skill.",{"category":45,"check":169,"severity":24,"summary":170},"Concise Body","The SKILL.md body is focused on Feishu document operations and avoids excessive length or unrelated content.",{"category":172,"check":173,"severity":24,"summary":174},"Context","Progressive Disclosure","Detailed block type information is provided in a separate reference file (`references/block-types.md`), demonstrating progressive disclosure.",{"category":172,"check":176,"severity":64,"summary":177},"Forked exploration","This skill performs direct document operations and does not involve deep exploration or code review that would require forked context.",{"category":22,"check":179,"severity":24,"summary":180},"Usage examples","Comprehensive JSON examples are provided for all major capabilities, illustrating input and expected action.",{"category":22,"check":182,"severity":24,"summary":183},"Edge cases","The SKILL.md mentions limitations like markdown tables not being supported and provides guidance for structured content retrieval, addressing potential edge cases.",{"category":116,"check":185,"severity":64,"summary":186},"Tool Fallback","This skill uses a specific tool and does not rely on optional external MCP servers or CLIs with fallbacks.",{"category":188,"check":189,"severity":24,"summary":190},"Safety","Halt on unexpected state","The documentation implies error reporting and handling for operations, suggesting workflows would halt on unexpected states.",{"category":93,"check":192,"severity":24,"summary":193},"Cross-skill coupling","The skill is self-contained, focusing on Feishu documents without implicit reliance on other skills, although it notes dependency on `feishu_wiki`.",1778698098174,"This skill provides programmatic access to Feishu documents, enabling read, write, append, create, and block manipulation operations via a single tool.",[197,198,199,200,201,202],"Read and write Feishu documents","Append content to existing documents","Create new Feishu documents","Manipulate document blocks (list, get, update, delete)","Create and write to Feishu tables","Upload images and file attachments",[204,205,206],"Managing Feishu tasks or calendars.","Interacting with Feishu chat or channel functionalities.","Performing advanced markdown rendering or interpretation beyond Feishu's capabilities.","3.0.0","4.4.0","To enable users to interact with and manage Feishu documents programmatically, facilitating automation and data handling within the Feishu ecosystem.","The skill is well-documented, secure, and directly addresses a specific user problem. The use of a single tool with an action parameter is a minor point against granular tool design.",97,"A high-quality skill for managing Feishu documents with clear documentation and robust functionality.",[214,215,216,217],"feishu","documents","api","automation","global","community",[221,222,223,224],"Automating the creation of meeting notes in Feishu.","Updating project documentation stored in Feishu based on external data.","Extracting structured data (like tables) from Feishu documents.","Generating reports directly into Feishu documents.",{"codeQuality":226,"collectedAt":228,"documentation":229,"maintenance":232,"popularity":236,"security":238,"testCoverage":241},{"hasLockfile":227},true,1778698082985,{"descriptionLength":230,"readmeSize":231},107,86172,{"closedIssues90d":8,"forks":233,"hasChangelog":227,"openIssues90d":8,"pushedAt":234,"stars":235},76893,1778697576000,371556,{"npmDownloads":237},4624697,{"hasNpmPackage":227,"license":239,"smitheryVerified":240},"MIT",false,{"hasCi":227,"hasTests":227},{"updatedAt":243},1778698098354,{"basePath":245,"githubOwner":246,"githubRepo":247,"locale":18,"slug":13,"type":248},"extensions/feishu/skills/feishu-doc","steipete","clawdis","skill",null,{"evaluate":251,"extract":253},{"promptVersionExtension":207,"promptVersionScoring":208,"score":211,"tags":252,"targetMarket":218,"tier":219},[214,215,216,217],{"commitSha":254},"HEAD",{"repoId":256},"kd738npxg9yh3xf3vddzy9fyfh86nhng",{"_creationTime":258,"_id":256,"identity":259,"providers":260,"workflow":1208},1778697628325.5796,{"githubOwner":246,"githubRepo":247,"sourceUrl":14},{"classify":261,"discover":1193,"extract":1196,"github":1197,"npm":1207},{"commitSha":254,"extensions":262},[263,274,282,290,298,306,314,322,330,338,349,357,365,373,381,391,399,409,417,425,433,441,449,457,465,473,481,489,497,505,513,521,529,537,670,681,689,697,705,717,725,733,741,749,757,765,773,781,789,797,805,813,821,829,837,845,853,865,873,881,895,903,911,919,927,935,945,953,961,969,977,985,993,1001,1021,1029,1037,1045,1053,1061,1073,1081,1089,1101,1109,1119,1127,1135,1143,1151,1162],{"basePath":264,"description":265,"displayName":266,"installMethods":267,"rationale":268,"selectedPaths":269,"source":273,"sourceLanguage":18,"type":248},".agents/skills/clawdtributor","Use for OpenClaw clawtributors PR/issue triage: Discrawl discovery, live-open rechecks, deep review, topic grouping, and compact @handle/LOC/type/blast/verification summaries.","clawdtributor",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/clawdtributor/SKILL.md",[270],{"path":271,"priority":272},"SKILL.md","mandatory","rule",{"basePath":275,"description":276,"displayName":277,"installMethods":278,"rationale":279,"selectedPaths":280,"source":273,"sourceLanguage":18,"type":248},".agents/skills/clawsweeper","Use for all ClawSweeper work: OpenClaw issue/PR sweep reports, commit-review reports, repair jobs, cloud fix PRs, @clawsweeper maintainer mention commands, trusted ClawSweeper-reviewed autofix/automerge, GitHub Actions monitoring, permissions, gates, and manual backfills.","clawsweeper",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/clawsweeper/SKILL.md",[281],{"path":271,"priority":272},{"basePath":283,"description":284,"displayName":285,"installMethods":286,"rationale":287,"selectedPaths":288,"source":273,"sourceLanguage":18,"type":248},".agents/skills/crabbox","Use Crabbox for OpenClaw remote validation across Linux, macOS, Windows, and WSL2. Default to Blacksmith Testbox for broad Linux proof; includes direct Blacksmith and owned AWS/Hetzner fallback notes when Crabbox fails.","crabbox",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/crabbox/SKILL.md",[289],{"path":271,"priority":272},{"basePath":291,"description":292,"displayName":293,"installMethods":294,"rationale":295,"selectedPaths":296,"source":273,"sourceLanguage":18,"type":248},".agents/skills/discord-clawd","Use to talk to the Discord-backed OpenClaw agent/session; not for archive search.","discord-clawd",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/discord-clawd/SKILL.md",[297],{"path":271,"priority":272},{"basePath":299,"description":300,"displayName":301,"installMethods":302,"rationale":303,"selectedPaths":304,"source":273,"sourceLanguage":18,"type":248},".agents/skills/gitcrawl","Use gitcrawl for OpenClaw issue and PR archive search, duplicate discovery, related-thread clustering, and local GitHub mirror freshness checks.","gitcrawl",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/gitcrawl/SKILL.md",[305],{"path":271,"priority":272},{"basePath":307,"description":308,"displayName":309,"installMethods":310,"rationale":311,"selectedPaths":312,"source":273,"sourceLanguage":18,"type":248},".agents/skills/openclaw-debugging","Debug OpenClaw model, provider, tool-surface, code-mode, streaming, and live/Crabbox behavior by choosing the right logs, probes, and proof path before changing code.","openclaw-debugging",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/openclaw-debugging/SKILL.md",[313],{"path":271,"priority":272},{"basePath":315,"description":316,"displayName":317,"installMethods":318,"rationale":319,"selectedPaths":320,"source":273,"sourceLanguage":18,"type":248},".agents/skills/openclaw-docs","Write or review high-quality OpenClaw developer documentation.","openclaw-docs",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/openclaw-docs/SKILL.md",[321],{"path":271,"priority":272},{"basePath":323,"description":324,"displayName":325,"installMethods":326,"rationale":327,"selectedPaths":328,"source":273,"sourceLanguage":18,"type":248},".agents/skills/openclaw-ghsa-maintainer","Inspect, patch, validate, publish, or confirm OpenClaw GHSA security advisories and private-fork state.","openclaw-ghsa-maintainer",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/openclaw-ghsa-maintainer/SKILL.md",[329],{"path":271,"priority":272},{"basePath":331,"description":332,"displayName":333,"installMethods":334,"rationale":335,"selectedPaths":336,"source":273,"sourceLanguage":18,"type":248},".agents/skills/openclaw-parallels-smoke","Run, rerun, debug, or interpret OpenClaw Parallels install, onboarding, gateway smoke, and upgrade checks.","openclaw-parallels-smoke",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/openclaw-parallels-smoke/SKILL.md",[337],{"path":271,"priority":272},{"basePath":339,"description":340,"displayName":341,"installMethods":342,"rationale":343,"selectedPaths":344,"source":273,"sourceLanguage":18,"type":248},".agents/skills/openclaw-pr-maintainer","Use immediately for any pasted OpenClaw GitHub issue or PR URL/number, and for OpenClaw issue/PR review, triage, duplicate search, opener identity/who wrote it, author account age/activity, comments, labels, close, land, or maintainer evidence checks.","openclaw-pr-maintainer",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/openclaw-pr-maintainer/SKILL.md",[345,346],{"path":271,"priority":272},{"path":347,"priority":348},"scripts/github-activity.sh","low",{"basePath":350,"description":351,"displayName":352,"installMethods":353,"rationale":354,"selectedPaths":355,"source":273,"sourceLanguage":18,"type":248},".agents/skills/openclaw-pre-release-plugin-testing","Plan and run pre-release OpenClaw plugin validation across bundled plugins, package artifacts, lifecycle commands, doctor/fix, config round-trip, gateway startup, SDK compatibility, Docker E2E, Package Acceptance, and Testbox proof.","openclaw-pre-release-plugin-testing",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/openclaw-pre-release-plugin-testing/SKILL.md",[356],{"path":271,"priority":272},{"basePath":358,"description":359,"displayName":360,"installMethods":361,"rationale":362,"selectedPaths":363,"source":273,"sourceLanguage":18,"type":248},".agents/skills/openclaw-qa-testing","Run, watch, debug, extend, or explain OpenClaw qa-lab and qa-channel scenarios, artifacts, and live lanes.","openclaw-qa-testing",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/openclaw-qa-testing/SKILL.md",[364],{"path":271,"priority":272},{"basePath":366,"description":367,"displayName":368,"installMethods":369,"rationale":370,"selectedPaths":371,"source":273,"sourceLanguage":18,"type":248},".agents/skills/openclaw-refactor-docs","Refactor an existing OpenClaw docs page with source-audited preservation, restructuring, and verification.","openclaw-refactor-docs",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/openclaw-refactor-docs/SKILL.md",[372],{"path":271,"priority":272},{"basePath":374,"description":375,"displayName":376,"installMethods":377,"rationale":378,"selectedPaths":379,"source":273,"sourceLanguage":18,"type":248},".agents/skills/openclaw-release-maintainer","Prepare or verify OpenClaw stable/beta releases, changelogs, release notes, publish commands, and artifacts.","openclaw-release-maintainer",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/openclaw-release-maintainer/SKILL.md",[380],{"path":271,"priority":272},{"basePath":382,"description":383,"displayName":384,"installMethods":385,"rationale":386,"selectedPaths":387,"source":273,"sourceLanguage":18,"type":248},".agents/skills/openclaw-secret-scanning-maintainer","Triage, redact, clean up, and resolve OpenClaw GitHub Secret Scanning alerts in issues or PRs.","openclaw-secret-scanning-maintainer",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/openclaw-secret-scanning-maintainer/SKILL.md",[388,389],{"path":271,"priority":272},{"path":390,"priority":348},"scripts/secret-scanning.mjs",{"basePath":392,"description":393,"displayName":394,"installMethods":395,"rationale":396,"selectedPaths":397,"source":273,"sourceLanguage":18,"type":248},".agents/skills/openclaw-small-bugfix-sweep","Fix only small, high-certainty OpenClaw bugs from a pasted issue/PR list after deep code review.","openclaw-small-bugfix-sweep",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/openclaw-small-bugfix-sweep/SKILL.md",[398],{"path":271,"priority":272},{"basePath":400,"description":401,"displayName":402,"installMethods":403,"rationale":404,"selectedPaths":405,"source":273,"sourceLanguage":18,"type":248},".agents/skills/openclaw-test-heap-leaks","Investigate OpenClaw pnpm test memory growth, Vitest OOMs, RSS spikes, and heap snapshot deltas.","openclaw-test-heap-leaks",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/openclaw-test-heap-leaks/SKILL.md",[406,407],{"path":271,"priority":272},{"path":408,"priority":348},"scripts/heapsnapshot-delta.mjs",{"basePath":410,"description":411,"displayName":412,"installMethods":413,"rationale":414,"selectedPaths":415,"source":273,"sourceLanguage":18,"type":248},".agents/skills/openclaw-test-performance","Benchmark, diagnose, and optimize OpenClaw test and plugin-suite runtime, import hotspots, CPU/RSS, heap growth, and slow coverage paths.","openclaw-test-performance",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/openclaw-test-performance/SKILL.md",[416],{"path":271,"priority":272},{"basePath":418,"description":419,"displayName":420,"installMethods":421,"rationale":422,"selectedPaths":423,"source":273,"sourceLanguage":18,"type":248},".agents/skills/openclaw-testing","Choose, run, rerun, or debug OpenClaw tests, CI checks, Docker E2E lanes, release validation, and the cheapest safe verification path.","openclaw-testing",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/openclaw-testing/SKILL.md",[424],{"path":271,"priority":272},{"basePath":426,"description":427,"displayName":428,"installMethods":429,"rationale":430,"selectedPaths":431,"source":273,"sourceLanguage":18,"type":248},".agents/skills/optimizetests","Optimize OpenClaw slow tests, imports, misplaced coverage, and CI wall time without dropping coverage.","optimizetests",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/optimizetests/SKILL.md",[432],{"path":271,"priority":272},{"basePath":434,"description":435,"displayName":436,"installMethods":437,"rationale":438,"selectedPaths":439,"source":273,"sourceLanguage":18,"type":248},".agents/skills/parallels-discord-roundtrip","Run macOS Parallels smoke with Discord send, host verification, host reply, and guest readback proof.","parallels-discord-roundtrip",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/parallels-discord-roundtrip/SKILL.md",[440],{"path":271,"priority":272},{"basePath":442,"description":443,"displayName":444,"installMethods":445,"rationale":446,"selectedPaths":447,"source":273,"sourceLanguage":18,"type":248},".agents/skills/security-triage","Triage OpenClaw security advisories, drafts, and GHSA reports with shipped-tag and trust-model proof.","security-triage",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/security-triage/SKILL.md",[448],{"path":271,"priority":272},{"basePath":450,"description":451,"displayName":452,"installMethods":453,"rationale":454,"selectedPaths":455,"source":273,"sourceLanguage":18,"type":248},".agents/skills/tag-duplicate-prs-issues","Use gitcrawl to search duplicate OpenClaw PRs/issues, group related work in prtags, and sync duplicate state to GitHub.","tag-duplicate-prs-issues",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/tag-duplicate-prs-issues/SKILL.md",[456],{"path":271,"priority":272},{"basePath":458,"description":459,"displayName":460,"installMethods":461,"rationale":462,"selectedPaths":463,"source":273,"sourceLanguage":18,"type":248},".agents/skills/telegram-crabbox-e2e-proof","Use when reviewing, reproducing, or proving OpenClaw Telegram behavior with a real Telegram user on Crabbox, including PR review workflows that need an agent-controlled Telegram Desktop recording, TDLib user-driver commands, Convex-leased credentials, WebVNC observation, and motion-trimmed artifacts.","telegram-crabbox-e2e-proof",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/telegram-crabbox-e2e-proof/SKILL.md",[464],{"path":271,"priority":272},{"basePath":466,"description":467,"displayName":468,"installMethods":469,"rationale":470,"selectedPaths":471,"source":273,"sourceLanguage":18,"type":248},"extensions/acpx/skills/acp-router","Route plain-language requests for Pi, Claude Code, Cursor, Copilot, OpenClaw ACP, OpenCode, Gemini CLI, Qwen, Kiro, Kimi, iFlow, Factory Droid, Kilocode, or explicit ACP harness work into either OpenClaw ACP runtime sessions or direct acpx-driven sessions (\"telephone game\" flow). For coding-agent thread requests, read this skill first, then use only `sessions_spawn` for thread creation. Codex chat binding defaults to the native Codex app-server plugin unless ACP is explicit or background spawn needs ACP.","acp-router",{"claudeCode":12},"SKILL.md frontmatter at extensions/acpx/skills/acp-router/SKILL.md",[472],{"path":271,"priority":272},{"basePath":474,"description":475,"displayName":476,"installMethods":477,"rationale":478,"selectedPaths":479,"source":273,"sourceLanguage":18,"type":248},"extensions/browser/skills/browser-automation","Use when controlling web pages with the OpenClaw browser tool, especially multi-step flows, login checks, tab management, or recovery from stale refs/timeouts.","browser-automation",{"claudeCode":12},"SKILL.md frontmatter at extensions/browser/skills/browser-automation/SKILL.md",[480],{"path":271,"priority":272},{"basePath":482,"description":483,"displayName":484,"installMethods":485,"rationale":486,"selectedPaths":487,"source":273,"sourceLanguage":18,"type":248},"extensions/diffs/skills/diffs","Use the diffs tool to produce real, shareable diffs (viewer URL, file artifact, or both) instead of manual edit summaries.","diffs",{"claudeCode":12},"SKILL.md frontmatter at extensions/diffs/skills/diffs/SKILL.md",[488],{"path":271,"priority":272},{"basePath":245,"description":10,"displayName":13,"installMethods":490,"rationale":491,"selectedPaths":492,"source":273,"sourceLanguage":18,"type":248},{"claudeCode":12},"SKILL.md frontmatter at extensions/feishu/skills/feishu-doc/SKILL.md",[493,494],{"path":271,"priority":272},{"path":495,"priority":496},"references/block-types.md","medium",{"basePath":498,"description":499,"displayName":500,"installMethods":501,"rationale":502,"selectedPaths":503,"source":273,"sourceLanguage":18,"type":248},"extensions/feishu/skills/feishu-drive","Feishu cloud storage file management. Activate when user mentions cloud space, folders, drive.\n","feishu-drive",{"claudeCode":12},"SKILL.md frontmatter at extensions/feishu/skills/feishu-drive/SKILL.md",[504],{"path":271,"priority":272},{"basePath":506,"description":507,"displayName":508,"installMethods":509,"rationale":510,"selectedPaths":511,"source":273,"sourceLanguage":18,"type":248},"extensions/feishu/skills/feishu-perm","Feishu permission management for documents and files. Activate when user mentions sharing, permissions, collaborators.\n","feishu-perm",{"claudeCode":12},"SKILL.md frontmatter at extensions/feishu/skills/feishu-perm/SKILL.md",[512],{"path":271,"priority":272},{"basePath":514,"description":515,"displayName":516,"installMethods":517,"rationale":518,"selectedPaths":519,"source":273,"sourceLanguage":18,"type":248},"extensions/feishu/skills/feishu-wiki","Feishu knowledge base navigation. Activate when user mentions knowledge base, wiki, or wiki links.\n","feishu-wiki",{"claudeCode":12},"SKILL.md frontmatter at extensions/feishu/skills/feishu-wiki/SKILL.md",[520],{"path":271,"priority":272},{"basePath":522,"description":523,"displayName":524,"installMethods":525,"rationale":526,"selectedPaths":527,"source":273,"sourceLanguage":18,"type":248},"extensions/memory-wiki/skills/obsidian-vault-maintainer","Maintain an Obsidian-friendly memory wiki vault with wikilinks, frontmatter, and official Obsidian CLI awareness.","obsidian-vault-maintainer",{"claudeCode":12},"SKILL.md frontmatter at extensions/memory-wiki/skills/obsidian-vault-maintainer/SKILL.md",[528],{"path":271,"priority":272},{"basePath":530,"description":531,"displayName":532,"installMethods":533,"rationale":534,"selectedPaths":535,"source":273,"sourceLanguage":18,"type":248},"extensions/memory-wiki/skills/wiki-maintainer","Maintain the OpenClaw memory wiki vault with deterministic pages, managed blocks, and source-backed updates.","wiki-maintainer",{"claudeCode":12},"SKILL.md frontmatter at extensions/memory-wiki/skills/wiki-maintainer/SKILL.md",[536],{"path":271,"priority":272},{"basePath":538,"description":539,"displayName":540,"installMethods":541,"rationale":542,"selectedPaths":543,"source":273,"sourceLanguage":18,"type":248},"extensions/open-prose/skills/prose","OpenProse VM skill pack. Activate on any `prose` command, .prose files, or OpenProse mentions; orchestrates multi-agent workflows.","prose",{"claudeCode":12},"SKILL.md frontmatter at extensions/open-prose/skills/prose/SKILL.md",[544,545,548,550,552,554,556,558,560,562,564,566,568,570,572,574,576,578,580,582,584,586,588,590,592,594,596,598,600,602,604,606,608,610,612,614,616,618,620,622,624,626,628,630,632,634,636,638,640,642,644,646,648,650,652,654,656,658,660,662,664,666,668],{"path":271,"priority":272},{"path":546,"priority":547},"LICENSE","high",{"path":549,"priority":496},"alt-borges.md",{"path":551,"priority":496},"compiler.md",{"path":553,"priority":348},"examples/01-hello-world.prose",{"path":555,"priority":348},"examples/02-research-and-summarize.prose",{"path":557,"priority":348},"examples/03-code-review.prose",{"path":559,"priority":348},"examples/04-write-and-refine.prose",{"path":561,"priority":348},"examples/05-debug-issue.prose",{"path":563,"priority":348},"examples/06-explain-codebase.prose",{"path":565,"priority":348},"examples/07-refactor.prose",{"path":567,"priority":348},"examples/08-blog-post.prose",{"path":569,"priority":348},"examples/09-research-with-agents.prose",{"path":571,"priority":348},"examples/10-code-review-agents.prose",{"path":573,"priority":348},"examples/11-skills-and-imports.prose",{"path":575,"priority":348},"examples/12-secure-agent-permissions.prose",{"path":577,"priority":348},"examples/13-variables-and-context.prose",{"path":579,"priority":348},"examples/14-composition-blocks.prose",{"path":581,"priority":348},"examples/15-inline-sequences.prose",{"path":583,"priority":348},"examples/16-parallel-reviews.prose",{"path":585,"priority":348},"examples/17-parallel-research.prose",{"path":587,"priority":348},"examples/18-mixed-parallel-sequential.prose",{"path":589,"priority":348},"examples/19-advanced-parallel.prose",{"path":591,"priority":348},"examples/20-fixed-loops.prose",{"path":593,"priority":348},"examples/21-pipeline-operations.prose",{"path":595,"priority":348},"examples/22-error-handling.prose",{"path":597,"priority":348},"examples/23-retry-with-backoff.prose",{"path":599,"priority":348},"examples/24-choice-blocks.prose",{"path":601,"priority":348},"examples/25-conditionals.prose",{"path":603,"priority":348},"examples/26-parameterized-blocks.prose",{"path":605,"priority":348},"examples/27-string-interpolation.prose",{"path":607,"priority":348},"examples/28-automated-pr-review.prose",{"path":609,"priority":348},"examples/28-gas-town.prose",{"path":611,"priority":348},"examples/29-captains-chair.prose",{"path":613,"priority":348},"examples/30-captains-chair-simple.prose",{"path":615,"priority":348},"examples/31-captains-chair-with-memory.prose",{"path":617,"priority":348},"examples/33-pr-review-autofix.prose",{"path":619,"priority":348},"examples/34-content-pipeline.prose",{"path":621,"priority":348},"examples/35-feature-factory.prose",{"path":623,"priority":348},"examples/36-bug-hunter.prose",{"path":625,"priority":348},"examples/37-the-forge.prose",{"path":627,"priority":348},"examples/38-skill-scan.prose",{"path":629,"priority":348},"examples/39-architect-by-simulation.prose",{"path":631,"priority":348},"examples/40-rlm-self-refine.prose",{"path":633,"priority":348},"examples/41-rlm-divide-conquer.prose",{"path":635,"priority":348},"examples/42-rlm-filter-recurse.prose",{"path":637,"priority":348},"examples/43-rlm-pairwise.prose",{"path":639,"priority":348},"examples/44-run-endpoint-ux-test.prose",{"path":641,"priority":348},"examples/45-plugin-release.prose",{"path":643,"priority":348},"examples/45-run-endpoint-ux-test-with-remediation.prose",{"path":645,"priority":348},"examples/46-run-endpoint-ux-test-fast.prose",{"path":647,"priority":348},"examples/46-workflow-crystallizer.prose",{"path":649,"priority":348},"examples/47-language-self-improvement.prose",{"path":651,"priority":348},"examples/48-habit-miner.prose",{"path":653,"priority":348},"examples/49-prose-run-retrospective.prose",{"path":655,"priority":348},"examples/README.md",{"path":657,"priority":348},"examples/roadmap/README.md",{"path":659,"priority":348},"examples/roadmap/iterative-refinement.prose",{"path":661,"priority":348},"examples/roadmap/parallel-review.prose",{"path":663,"priority":348},"examples/roadmap/simple-pipeline.prose",{"path":665,"priority":348},"examples/roadmap/syntax/open-prose-syntax.prose",{"path":667,"priority":496},"help.md",{"path":669,"priority":496},"prose.md",{"basePath":671,"description":672,"displayName":673,"installMethods":674,"rationale":675,"selectedPaths":676,"source":273,"sourceLanguage":680,"type":248},"extensions/qqbot/skills/qqbot-channel","QQ channel management skill. Use qqbot_channel_api to list guilds and channels, inspect members, publish posts, manage announcements, and work with schedules through the QQ Open Platform HTTP API with automatic token authentication.","qqbot-channel",{"claudeCode":12},"SKILL.md frontmatter at extensions/qqbot/skills/qqbot-channel/SKILL.md",[677,678],{"path":271,"priority":272},{"path":679,"priority":496},"references/api_references.md","zh-CN",{"basePath":682,"description":683,"displayName":684,"installMethods":685,"rationale":686,"selectedPaths":687,"source":273,"sourceLanguage":680,"type":248},"extensions/qqbot/skills/qqbot-media","QQBot rich media send and receive support. Use \u003Cqqmedia> tags to send image, voice, video, or file attachments, with the media type inferred from the file extension.","qqbot-media",{"claudeCode":12},"SKILL.md frontmatter at extensions/qqbot/skills/qqbot-media/SKILL.md",[688],{"path":271,"priority":272},{"basePath":690,"description":691,"displayName":692,"installMethods":693,"rationale":694,"selectedPaths":695,"source":273,"sourceLanguage":680,"type":248},"extensions/qqbot/skills/qqbot-remind","QQBot scheduled reminders. Create, list, and cancel one-time or recurring reminders when a QQ conversation involves reminders, alarms, or scheduled tasks.","qqbot-remind",{"claudeCode":12},"SKILL.md frontmatter at extensions/qqbot/skills/qqbot-remind/SKILL.md",[696],{"path":271,"priority":272},{"basePath":698,"description":699,"displayName":700,"installMethods":701,"rationale":702,"selectedPaths":703,"source":273,"sourceLanguage":18,"type":248},"extensions/tavily/skills/tavily","Tavily web search, content extraction, and research tools.","tavily",{"claudeCode":12},"SKILL.md frontmatter at extensions/tavily/skills/tavily/SKILL.md",[704],{"path":271,"priority":272},{"basePath":706,"description":707,"displayName":708,"installMethods":709,"rationale":710,"selectedPaths":711,"source":273,"sourceLanguage":18,"type":248},"skills/1password","Set up and use 1Password CLI for sign-in, desktop integration, and reading or injecting secrets.","1password",{"claudeCode":12},"SKILL.md frontmatter at skills/1password/SKILL.md",[712,713,715],{"path":271,"priority":272},{"path":714,"priority":496},"references/cli-examples.md",{"path":716,"priority":496},"references/get-started.md",{"basePath":718,"description":719,"displayName":720,"installMethods":721,"rationale":722,"selectedPaths":723,"source":273,"sourceLanguage":18,"type":248},"skills/apple-notes","Create, view, edit, delete, search, move, or export Apple Notes via the memo CLI on macOS.","apple-notes",{"claudeCode":12},"SKILL.md frontmatter at skills/apple-notes/SKILL.md",[724],{"path":271,"priority":272},{"basePath":726,"description":727,"displayName":728,"installMethods":729,"rationale":730,"selectedPaths":731,"source":273,"sourceLanguage":18,"type":248},"skills/apple-reminders","List, add, edit, complete, or delete Apple Reminders and reminder lists via remindctl.","apple-reminders",{"claudeCode":12},"SKILL.md frontmatter at skills/apple-reminders/SKILL.md",[732],{"path":271,"priority":272},{"basePath":734,"description":735,"displayName":736,"installMethods":737,"rationale":738,"selectedPaths":739,"source":273,"sourceLanguage":18,"type":248},"skills/bear-notes","Create, search, and manage Bear notes via grizzly CLI.","bear-notes",{"claudeCode":12},"SKILL.md frontmatter at skills/bear-notes/SKILL.md",[740],{"path":271,"priority":272},{"basePath":742,"description":743,"displayName":744,"installMethods":745,"rationale":746,"selectedPaths":747,"source":273,"sourceLanguage":18,"type":248},"skills/blogwatcher","Monitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI.","blogwatcher",{"claudeCode":12},"SKILL.md frontmatter at skills/blogwatcher/SKILL.md",[748],{"path":271,"priority":272},{"basePath":750,"description":751,"displayName":752,"installMethods":753,"rationale":754,"selectedPaths":755,"source":273,"sourceLanguage":18,"type":248},"skills/blucli","BluOS CLI (blu) for discovery, playback, grouping, and volume.","blucli",{"claudeCode":12},"SKILL.md frontmatter at skills/blucli/SKILL.md",[756],{"path":271,"priority":272},{"basePath":758,"description":759,"displayName":760,"installMethods":761,"rationale":762,"selectedPaths":763,"source":273,"sourceLanguage":18,"type":248},"skills/camsnap","Capture frames or clips from RTSP/ONVIF cameras.","camsnap",{"claudeCode":12},"SKILL.md frontmatter at skills/camsnap/SKILL.md",[764],{"path":271,"priority":272},{"basePath":766,"description":767,"displayName":768,"installMethods":769,"rationale":770,"selectedPaths":771,"source":273,"sourceLanguage":18,"type":248},"skills/clawhub","Search, install, update, sync, or publish agent skills with the ClawHub CLI and registry.","clawhub",{"claudeCode":12},"SKILL.md frontmatter at skills/clawhub/SKILL.md",[772],{"path":271,"priority":272},{"basePath":774,"description":775,"displayName":776,"installMethods":777,"rationale":778,"selectedPaths":779,"source":273,"sourceLanguage":18,"type":248},"skills/coding-agent","Delegate coding tasks to Codex, Claude Code, OpenCode, or Pi agents via immediate background processes. Use when: (1) building or creating features/apps, (2) reviewing PRs in a temp clone/worktree, (3) refactoring large codebases, (4) iterative coding that needs file exploration. NOT for: simple one-line fixes (just edit), reading code (use read tool), thread-bound ACP harness requests in chat (use sessions_spawn with runtime:\"acp\"), or any work in ~/clawd workspace (never spawn agents here). All coding-agent runs start with background:true immediately. Claude Code: use --print --permission-mode bypassPermissions (no PTY). Codex/Pi/OpenCode: pty:true required. Completion notification must use openclaw message send, not system event/heartbeat.","coding-agent",{"claudeCode":12},"SKILL.md frontmatter at skills/coding-agent/SKILL.md",[780],{"path":271,"priority":272},{"basePath":782,"description":783,"displayName":784,"installMethods":785,"rationale":786,"selectedPaths":787,"source":273,"sourceLanguage":18,"type":248},"skills/discord","Discord ops via the message tool (channel=discord).","discord",{"claudeCode":12},"SKILL.md frontmatter at skills/discord/SKILL.md",[788],{"path":271,"priority":272},{"basePath":790,"description":791,"displayName":792,"installMethods":793,"rationale":794,"selectedPaths":795,"source":273,"sourceLanguage":18,"type":248},"skills/eightctl","Control Eight Sleep pods (status, temperature, alarms, schedules).","eightctl",{"claudeCode":12},"SKILL.md frontmatter at skills/eightctl/SKILL.md",[796],{"path":271,"priority":272},{"basePath":798,"description":799,"displayName":800,"installMethods":801,"rationale":802,"selectedPaths":803,"source":273,"sourceLanguage":18,"type":248},"skills/gemini","Gemini CLI for one-shot Q&A, summaries, and generation.","gemini",{"claudeCode":12},"SKILL.md frontmatter at skills/gemini/SKILL.md",[804],{"path":271,"priority":272},{"basePath":806,"description":807,"displayName":808,"installMethods":809,"rationale":810,"selectedPaths":811,"source":273,"sourceLanguage":18,"type":248},"skills/gh-issues","Fetch GitHub issues, delegate fixes to subagents, open PRs, watch reviews, or run /gh-issues workflows.","gh-issues",{"claudeCode":12},"SKILL.md frontmatter at skills/gh-issues/SKILL.md",[812],{"path":271,"priority":272},{"basePath":814,"description":815,"displayName":816,"installMethods":817,"rationale":818,"selectedPaths":819,"source":273,"sourceLanguage":18,"type":248},"skills/gifgrep","Search GIF providers with CLI/TUI, download results, and extract stills/sheets.","gifgrep",{"claudeCode":12},"SKILL.md frontmatter at skills/gifgrep/SKILL.md",[820],{"path":271,"priority":272},{"basePath":822,"description":823,"displayName":824,"installMethods":825,"rationale":826,"selectedPaths":827,"source":273,"sourceLanguage":18,"type":248},"skills/github","Use gh for GitHub issues, PR status, CI/logs, comments, reviews, releases, and API queries.","github",{"claudeCode":12},"SKILL.md frontmatter at skills/github/SKILL.md",[828],{"path":271,"priority":272},{"basePath":830,"description":831,"displayName":832,"installMethods":833,"rationale":834,"selectedPaths":835,"source":273,"sourceLanguage":18,"type":248},"skills/gog","Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.","gog",{"claudeCode":12},"SKILL.md frontmatter at skills/gog/SKILL.md",[836],{"path":271,"priority":272},{"basePath":838,"description":839,"displayName":840,"installMethods":841,"rationale":842,"selectedPaths":843,"source":273,"sourceLanguage":18,"type":248},"skills/goplaces","Query Google Places for text search, place details, resolve, reviews, or scriptable JSON via goplaces.","goplaces",{"claudeCode":12},"SKILL.md frontmatter at skills/goplaces/SKILL.md",[844],{"path":271,"priority":272},{"basePath":846,"description":847,"displayName":848,"installMethods":849,"rationale":850,"selectedPaths":851,"source":273,"sourceLanguage":18,"type":248},"skills/healthcheck","Audit and harden hosts running OpenClaw for SSH, firewall, updates, exposure, cron checks, and risk posture.","healthcheck",{"claudeCode":12},"SKILL.md frontmatter at skills/healthcheck/SKILL.md",[852],{"path":271,"priority":272},{"basePath":854,"description":855,"displayName":856,"installMethods":857,"rationale":858,"selectedPaths":859,"source":273,"sourceLanguage":18,"type":248},"skills/himalaya","Use himalaya to list, read, search, compose, reply, forward, and organize IMAP/SMTP email.","himalaya",{"claudeCode":12},"SKILL.md frontmatter at skills/himalaya/SKILL.md",[860,861,863],{"path":271,"priority":272},{"path":862,"priority":496},"references/configuration.md",{"path":864,"priority":496},"references/message-composition.md",{"basePath":866,"description":867,"displayName":868,"installMethods":869,"rationale":870,"selectedPaths":871,"source":273,"sourceLanguage":18,"type":248},"skills/imsg","iMessage/SMS CLI for listing chats, history, and sending messages via Messages.app.","imsg",{"claudeCode":12},"SKILL.md frontmatter at skills/imsg/SKILL.md",[872],{"path":271,"priority":272},{"basePath":874,"description":875,"displayName":876,"installMethods":877,"rationale":878,"selectedPaths":879,"source":273,"sourceLanguage":18,"type":248},"skills/mcporter","List, configure, authenticate, call, and inspect MCP servers/tools with mcporter over HTTP or stdio.","mcporter",{"claudeCode":12},"SKILL.md frontmatter at skills/mcporter/SKILL.md",[880],{"path":271,"priority":272},{"basePath":882,"description":883,"displayName":884,"installMethods":885,"rationale":886,"selectedPaths":887,"source":273,"sourceLanguage":18,"type":248},"skills/model-usage","Summarize CodexBar local cost logs by model for Codex or Claude, including current or full breakdowns.","model-usage",{"claudeCode":12},"SKILL.md frontmatter at skills/model-usage/SKILL.md",[888,889,891,893],{"path":271,"priority":272},{"path":890,"priority":496},"references/codexbar-cli.md",{"path":892,"priority":348},"scripts/model_usage.py",{"path":894,"priority":348},"scripts/test_model_usage.py",{"basePath":896,"description":897,"displayName":898,"installMethods":899,"rationale":900,"selectedPaths":901,"source":273,"sourceLanguage":18,"type":248},"skills/nano-pdf","Edit PDFs with natural-language instructions using the nano-pdf CLI.","nano-pdf",{"claudeCode":12},"SKILL.md frontmatter at skills/nano-pdf/SKILL.md",[902],{"path":271,"priority":272},{"basePath":904,"description":905,"displayName":906,"installMethods":907,"rationale":908,"selectedPaths":909,"source":273,"sourceLanguage":18,"type":248},"skills/node-connect","Diagnose OpenClaw Android, iOS, or macOS node pairing, QR/setup code, route, auth, and connection failures.","node-connect",{"claudeCode":12},"SKILL.md frontmatter at skills/node-connect/SKILL.md",[910],{"path":271,"priority":272},{"basePath":912,"description":913,"displayName":914,"installMethods":915,"rationale":916,"selectedPaths":917,"source":273,"sourceLanguage":18,"type":248},"skills/notion","Notion API for creating and managing pages, databases, and blocks.","notion",{"claudeCode":12},"SKILL.md frontmatter at skills/notion/SKILL.md",[918],{"path":271,"priority":272},{"basePath":920,"description":921,"displayName":922,"installMethods":923,"rationale":924,"selectedPaths":925,"source":273,"sourceLanguage":18,"type":248},"skills/obsidian","Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.","obsidian",{"claudeCode":12},"SKILL.md frontmatter at skills/obsidian/SKILL.md",[926],{"path":271,"priority":272},{"basePath":928,"description":929,"displayName":930,"installMethods":931,"rationale":932,"selectedPaths":933,"source":273,"sourceLanguage":18,"type":248},"skills/openai-whisper","Local speech-to-text with the Whisper CLI (no API key).","openai-whisper",{"claudeCode":12},"SKILL.md frontmatter at skills/openai-whisper/SKILL.md",[934],{"path":271,"priority":272},{"basePath":936,"description":937,"displayName":938,"installMethods":939,"rationale":940,"selectedPaths":941,"source":273,"sourceLanguage":18,"type":248},"skills/openai-whisper-api","Transcribe audio via OpenAI Audio Transcriptions API (Whisper).","openai-whisper-api",{"claudeCode":12},"SKILL.md frontmatter at skills/openai-whisper-api/SKILL.md",[942,943],{"path":271,"priority":272},{"path":944,"priority":348},"scripts/transcribe.sh",{"basePath":946,"description":947,"displayName":948,"installMethods":949,"rationale":950,"selectedPaths":951,"source":273,"sourceLanguage":18,"type":248},"skills/openhue","Control Philips Hue lights and scenes via the OpenHue CLI.","openhue",{"claudeCode":12},"SKILL.md frontmatter at skills/openhue/SKILL.md",[952],{"path":271,"priority":272},{"basePath":954,"description":955,"displayName":956,"installMethods":957,"rationale":958,"selectedPaths":959,"source":273,"sourceLanguage":18,"type":248},"skills/oracle","Use oracle CLI to bundle prompts and files for second-model debugging, refactor, design, or review checks.","oracle",{"claudeCode":12},"SKILL.md frontmatter at skills/oracle/SKILL.md",[960],{"path":271,"priority":272},{"basePath":962,"description":963,"displayName":964,"installMethods":965,"rationale":966,"selectedPaths":967,"source":273,"sourceLanguage":18,"type":248},"skills/ordercli","Foodora-only CLI for checking past orders and active order status (Deliveroo WIP).","ordercli",{"claudeCode":12},"SKILL.md frontmatter at skills/ordercli/SKILL.md",[968],{"path":271,"priority":272},{"basePath":970,"description":971,"displayName":972,"installMethods":973,"rationale":974,"selectedPaths":975,"source":273,"sourceLanguage":18,"type":248},"skills/peekaboo","Capture and automate macOS UI with the Peekaboo CLI.","peekaboo",{"claudeCode":12},"SKILL.md frontmatter at skills/peekaboo/SKILL.md",[976],{"path":271,"priority":272},{"basePath":978,"description":979,"displayName":980,"installMethods":981,"rationale":982,"selectedPaths":983,"source":273,"sourceLanguage":18,"type":248},"skills/sag","ElevenLabs text-to-speech with mac-style say UX.","sag",{"claudeCode":12},"SKILL.md frontmatter at skills/sag/SKILL.md",[984],{"path":271,"priority":272},{"basePath":986,"description":987,"displayName":988,"installMethods":989,"rationale":990,"selectedPaths":991,"source":273,"sourceLanguage":18,"type":248},"skills/session-logs","Search and analyze your own session logs (older/parent conversations) using jq.","session-logs",{"claudeCode":12},"SKILL.md frontmatter at skills/session-logs/SKILL.md",[992],{"path":271,"priority":272},{"basePath":994,"description":995,"displayName":996,"installMethods":997,"rationale":998,"selectedPaths":999,"source":273,"sourceLanguage":18,"type":248},"skills/sherpa-onnx-tts","Local text-to-speech via sherpa-onnx (offline, no cloud)","sherpa-onnx-tts",{"claudeCode":12},"SKILL.md frontmatter at skills/sherpa-onnx-tts/SKILL.md",[1000],{"path":271,"priority":272},{"basePath":1002,"description":1003,"displayName":1004,"installMethods":1005,"rationale":1006,"selectedPaths":1007,"source":273,"sourceLanguage":18,"type":248},"skills/skill-creator","Create, edit, improve, tidy, review, audit, or restructure AgentSkills and SKILL.md files.","skill-creator",{"claudeCode":12},"SKILL.md frontmatter at skills/skill-creator/SKILL.md",[1008,1009,1011,1013,1015,1017,1019],{"path":271,"priority":272},{"path":1010,"priority":547},"license.txt",{"path":1012,"priority":348},"scripts/init_skill.py",{"path":1014,"priority":348},"scripts/package_skill.py",{"path":1016,"priority":348},"scripts/quick_validate.py",{"path":1018,"priority":348},"scripts/test_package_skill.py",{"path":1020,"priority":348},"scripts/test_quick_validate.py",{"basePath":1022,"description":1023,"displayName":1024,"installMethods":1025,"rationale":1026,"selectedPaths":1027,"source":273,"sourceLanguage":18,"type":248},"skills/slack","Use the Slack tool to react, pin/unpin, send, edit, delete messages, or fetch Slack member info.","slack",{"claudeCode":12},"SKILL.md frontmatter at skills/slack/SKILL.md",[1028],{"path":271,"priority":272},{"basePath":1030,"description":1031,"displayName":1032,"installMethods":1033,"rationale":1034,"selectedPaths":1035,"source":273,"sourceLanguage":18,"type":248},"skills/songsee","Generate spectrograms and feature-panel visualizations from audio with the songsee CLI.","songsee",{"claudeCode":12},"SKILL.md frontmatter at skills/songsee/SKILL.md",[1036],{"path":271,"priority":272},{"basePath":1038,"description":1039,"displayName":1040,"installMethods":1041,"rationale":1042,"selectedPaths":1043,"source":273,"sourceLanguage":18,"type":248},"skills/sonoscli","Control Sonos speakers (discover/status/play/volume/group).","sonoscli",{"claudeCode":12},"SKILL.md frontmatter at skills/sonoscli/SKILL.md",[1044],{"path":271,"priority":272},{"basePath":1046,"description":1047,"displayName":1048,"installMethods":1049,"rationale":1050,"selectedPaths":1051,"source":273,"sourceLanguage":18,"type":248},"skills/spotify-player","Terminal Spotify playback/search via spogo (preferred) or spotify_player.","spotify-player",{"claudeCode":12},"SKILL.md frontmatter at skills/spotify-player/SKILL.md",[1052],{"path":271,"priority":272},{"basePath":1054,"description":1055,"displayName":1056,"installMethods":1057,"rationale":1058,"selectedPaths":1059,"source":273,"sourceLanguage":18,"type":248},"skills/summarize","Summarize or transcribe URLs, YouTube/videos, podcasts, articles, transcripts, PDFs, and local files.","summarize",{"claudeCode":12},"SKILL.md frontmatter at skills/summarize/SKILL.md",[1060],{"path":271,"priority":272},{"basePath":1062,"description":1063,"displayName":1064,"installMethods":1065,"rationale":1066,"selectedPaths":1067,"source":273,"sourceLanguage":18,"type":248},"skills/taskflow","Coordinate multi-step detached tasks as one durable TaskFlow job with owner context, state, waits, and child tasks.","taskflow",{"claudeCode":12},"SKILL.md frontmatter at skills/taskflow/SKILL.md",[1068,1069,1071],{"path":271,"priority":272},{"path":1070,"priority":348},"examples/inbox-triage.lobster",{"path":1072,"priority":348},"examples/pr-intake.lobster",{"basePath":1074,"description":1075,"displayName":1076,"installMethods":1077,"rationale":1078,"selectedPaths":1079,"source":273,"sourceLanguage":18,"type":248},"skills/taskflow-inbox-triage","Example TaskFlow pattern for inbox triage, intent routing, waiting on replies, and later summaries.","taskflow-inbox-triage",{"claudeCode":12},"SKILL.md frontmatter at skills/taskflow-inbox-triage/SKILL.md",[1080],{"path":271,"priority":272},{"basePath":1082,"description":1083,"displayName":1084,"installMethods":1085,"rationale":1086,"selectedPaths":1087,"source":273,"sourceLanguage":18,"type":248},"skills/things-mac","Add, update, list, search, or inspect Things 3 todos, inbox, today, projects, areas, and tags on macOS.","things-mac",{"claudeCode":12},"SKILL.md frontmatter at skills/things-mac/SKILL.md",[1088],{"path":271,"priority":272},{"basePath":1090,"description":1091,"displayName":1092,"installMethods":1093,"rationale":1094,"selectedPaths":1095,"source":273,"sourceLanguage":18,"type":248},"skills/tmux","Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.","tmux",{"claudeCode":12},"SKILL.md frontmatter at skills/tmux/SKILL.md",[1096,1097,1099],{"path":271,"priority":272},{"path":1098,"priority":348},"scripts/find-sessions.sh",{"path":1100,"priority":348},"scripts/wait-for-text.sh",{"basePath":1102,"description":1103,"displayName":1104,"installMethods":1105,"rationale":1106,"selectedPaths":1107,"source":273,"sourceLanguage":18,"type":248},"skills/trello","Manage Trello boards, lists, and cards via the Trello REST API.","trello",{"claudeCode":12},"SKILL.md frontmatter at skills/trello/SKILL.md",[1108],{"path":271,"priority":272},{"basePath":1110,"description":1111,"displayName":1112,"installMethods":1113,"rationale":1114,"selectedPaths":1115,"source":273,"sourceLanguage":18,"type":248},"skills/video-frames","Extract frames or short clips from videos using ffmpeg.","video-frames",{"claudeCode":12},"SKILL.md frontmatter at skills/video-frames/SKILL.md",[1116,1117],{"path":271,"priority":272},{"path":1118,"priority":348},"scripts/frame.sh",{"basePath":1120,"description":1121,"displayName":1122,"installMethods":1123,"rationale":1124,"selectedPaths":1125,"source":273,"sourceLanguage":18,"type":248},"skills/voice-call","Start voice calls via the OpenClaw voice-call plugin.","voice-call",{"claudeCode":12},"SKILL.md frontmatter at skills/voice-call/SKILL.md",[1126],{"path":271,"priority":272},{"basePath":1128,"description":1129,"displayName":1130,"installMethods":1131,"rationale":1132,"selectedPaths":1133,"source":273,"sourceLanguage":18,"type":248},"skills/wacli","Send third-party WhatsApp messages or sync/search WhatsApp history via wacli, not normal active chats.","wacli",{"claudeCode":12},"SKILL.md frontmatter at skills/wacli/SKILL.md",[1134],{"path":271,"priority":272},{"basePath":1136,"description":1137,"displayName":1138,"installMethods":1139,"rationale":1140,"selectedPaths":1141,"source":273,"sourceLanguage":18,"type":248},"skills/weather","Get current weather, rain, temperature, and forecasts for locations or travel planning.","weather",{"claudeCode":12},"SKILL.md frontmatter at skills/weather/SKILL.md",[1142],{"path":271,"priority":272},{"basePath":1144,"description":1145,"displayName":1146,"installMethods":1147,"rationale":1148,"selectedPaths":1149,"source":273,"sourceLanguage":18,"type":248},"skills/xurl","Use xurl for authenticated X API posts, replies, search, DMs, media upload, followers, or raw v2 calls.","xurl",{"claudeCode":12},"SKILL.md frontmatter at skills/xurl/SKILL.md",[1150],{"path":271,"priority":272},{"basePath":1152,"installMethods":1153,"rationale":1155,"selectedPaths":1156,"source":273,"sourceLanguage":18,"type":1161},"scripts/docs-i18n",{"go":1154},"github.com/openclaw/openclaw/scripts/docs-i18n","cli ecosystem detected at scripts/docs-i18n",[1157,1159],{"path":1158,"priority":272},"go.mod",{"path":1160,"priority":496},"main.go","cli",{"basePath":1163,"description":1164,"displayName":1165,"installMethods":1166,"license":239,"rationale":1167,"selectedPaths":1168,"source":273,"sourceLanguage":18,"type":1192},"","Multi-channel AI gateway with extensible messaging integrations","openclaw",{"npm":1165},"package.json @modelcontextprotocol/sdk dep + bin at package.json",[1169,1171,1173,1174,1176,1178,1180,1182,1184,1186,1188,1190],{"path":1170,"priority":272},"package.json",{"path":1172,"priority":272},"README.md",{"path":546,"priority":547},{"path":1175,"priority":496},"openclaw.mjs",{"path":1177,"priority":348},"src/index.ts",{"path":1179,"priority":348},"src/tools/availability.ts",{"path":1181,"priority":348},"src/tools/descriptors.ts",{"path":1183,"priority":348},"src/tools/diagnostics.ts",{"path":1185,"priority":348},"src/tools/execution.ts",{"path":1187,"priority":348},"src/tools/index.ts",{"path":1189,"priority":348},"src/tools/planner.ts",{"path":1191,"priority":348},"src/tools/protocol.ts","mcp",{"sources":1194},[1195],"manual",{"npmPackage":1165},{"closedIssues90d":8,"description":1198,"forks":233,"homepage":1199,"license":239,"openIssues90d":8,"pushedAt":234,"readmeSize":231,"stars":235,"topics":1200},"Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞 ","https://openclaw.ai",[1201,1202,1203,1204,1205,1206,1165],"ai","assistant","own-your-data","personal","crustacean","molty",{"downloads":237},{"classifiedAt":1209,"discoverAt":1210,"extractAt":1211,"githubAt":1211,"npmAt":1212,"updatedAt":1209},1778697651718,1778697628325,1778697645005,1778697647656,[216,217,215,214],{"evaluatedAt":243,"extractAt":1215,"updatedAt":243},1778697652123,[],[1218,1249,1266,1282,1301,1327],{"_creationTime":1219,"_id":1220,"community":1221,"display":1222,"identity":1228,"providers":1231,"relations":1241,"tags":1244,"workflow":1245},1778699170774.1592,"k172e8vt4zcz50bb0vfp6ptb1n86mf90",{"reviewCount":8},{"description":1223,"installMethods":1224,"name":1226,"sourceUrl":1227},"Use when the user needs X (Twitter) data or confirmation-gated X actions through Xquik: tweet search, user lookup, follower extraction, media download, monitoring, webhooks, MCP, SDKs, posting, likes, DMs, and profile updates. Requires a Xquik API key. Never ask for X login material.",{"claudeCode":1225},"Xquik-dev/x-twitter-scraper","x-twitter-scraper","https://github.com/Xquik-dev/x-twitter-scraper",{"basePath":1229,"githubOwner":1230,"githubRepo":1226,"locale":18,"slug":1226,"type":248},"skills/x-twitter-scraper","Xquik-dev",{"evaluate":1232,"extract":1240},{"promptVersionExtension":207,"promptVersionScoring":208,"score":1233,"tags":1234,"targetMarket":218,"tier":1239},100,[1235,1236,216,1237,217,1192,1238],"twitter","x","data-retrieval","sdk","verified",{"commitSha":254},{"parentExtensionId":1242,"repoId":1243},"k17axvhmvwp90strpqcd5b0h7986m80d","kd783enpnwhry153ka0z65ear186mjbh",[216,217,1237,1192,1238,1235,1236],{"evaluatedAt":1246,"extractAt":1247,"updatedAt":1248},1778699230863,1778699170774,1778699296021,{"_creationTime":1250,"_id":1251,"community":1252,"display":1253,"identity":1255,"providers":1256,"relations":1262,"tags":1263,"workflow":1264},1778697652123.8982,"k175ckmrqc4x6sjm90k7ejbj3s86ntxs",{"reviewCount":8},{"description":1023,"installMethods":1254,"name":1024,"sourceUrl":14},{"claudeCode":12},{"basePath":1022,"githubOwner":246,"githubRepo":247,"locale":18,"slug":1024,"type":248},{"evaluate":1257,"extract":1261},{"promptVersionExtension":207,"promptVersionScoring":208,"score":1233,"tags":1258,"targetMarket":218,"tier":1239},[1024,1259,1260,217,216],"messaging","communication",{"commitSha":254},{"repoId":256},[216,217,1260,1259,1024],{"evaluatedAt":1265,"extractAt":1215,"updatedAt":1265},1778698950505,{"_creationTime":1267,"_id":1268,"community":1269,"display":1270,"identity":1272,"providers":1273,"relations":1278,"tags":1279,"workflow":1280},1778697652123.8928,"k171pew5empzzrfghyg9nqrk6n86nqa9",{"reviewCount":8},{"description":823,"installMethods":1271,"name":824,"sourceUrl":14},{"claudeCode":12},{"basePath":822,"githubOwner":246,"githubRepo":247,"locale":18,"slug":824,"type":248},{"evaluate":1274,"extract":1277},{"promptVersionExtension":207,"promptVersionScoring":208,"score":1233,"tags":1275,"targetMarket":218,"tier":1239},[824,1161,216,1276,217],"developer-tools",{"commitSha":254},{"repoId":256},[216,217,1161,1276,824],{"evaluatedAt":1281,"extractAt":1215,"updatedAt":1281},1778698569289,{"_creationTime":1283,"_id":1284,"community":1285,"display":1286,"identity":1288,"providers":1289,"relations":1297,"tags":1298,"workflow":1299},1778697652123.8872,"k173rnvw690xhjf712ydkjzkq986nfyb",{"reviewCount":8},{"description":507,"installMethods":1287,"name":508,"sourceUrl":14},{"claudeCode":12},{"basePath":506,"githubOwner":246,"githubRepo":247,"locale":18,"slug":508,"type":248},{"evaluate":1290,"extract":1296},{"promptVersionExtension":207,"promptVersionScoring":208,"score":1291,"tags":1292,"targetMarket":218,"tier":1239},99,[214,1293,215,1294,1295],"permissions","files","collaboration",{"commitSha":254},{"repoId":256},[1295,215,214,1294,1293],{"evaluatedAt":1300,"extractAt":1215,"updatedAt":1300},1778698135932,{"_creationTime":1302,"_id":1303,"community":1304,"display":1305,"identity":1311,"providers":1314,"relations":1321,"tags":1323,"workflow":1324},1778692098392.7188,"k175dpp8nzm4a2y8q7m0sx3hth86mbct",{"reviewCount":8},{"description":1306,"installMethods":1307,"name":1309,"sourceUrl":1310},"飞书云文档（v2）：创建和编辑飞书文档。使用本 skill 时，docs +create、docs +fetch、docs +update 必须携带 --api-version v2；默认使用 DocxXML 格式（也支持 Markdown）。创建文档、获取文档内容（支持 simple/with-ids/full 三种导出详细度，以及 full/outline/range/keyword/section 五种局部读取模式，可按目录、block id 区间、关键词或标题自动成节只拉部分内容以节省上下文）、更新文档（八种指令：str_replace/block_insert_after/block_copy_insert_after/block_replace/block_delete/block_move_after/overwrite/append）、上传和下载文档中的图片和文件、搜索云空间文档。当用户需要创建或编辑飞书文档、读取文档内容、在文档中插入图片、搜索云空间文档时使用；如果用户是想按名称或关键词先定位电子表格、报表等云空间对象，也优先使用本 skill 的 docs +search 做资源发现。",{"claudeCode":1308},"larksuite/cli","lark-doc","https://github.com/larksuite/cli",{"basePath":1312,"githubOwner":1313,"githubRepo":1161,"locale":18,"slug":1309,"type":248},"skills/lark-doc","larksuite",{"evaluate":1315,"extract":1320},{"promptVersionExtension":207,"promptVersionScoring":208,"score":1316,"tags":1317,"targetMarket":218,"tier":219},95,[1318,214,215,1319,216,1161],"lark","editing",{"commitSha":254},{"repoId":1322},"kd7akv5cxs7vx53ys6jsrv85v186mha4",[216,1161,215,1319,214,1318],{"evaluatedAt":1325,"extractAt":1326,"updatedAt":1325},1778692310496,1778692098392,{"_creationTime":1328,"_id":1329,"community":1330,"display":1331,"identity":1337,"providers":1341,"relations":1349,"tags":1351,"workflow":1352},1778696993586.708,"k17fsfrfvbnsvwkcqp8y85wdad86mmwq",{"reviewCount":8},{"description":1332,"installMethods":1333,"name":1335,"sourceUrl":1336},"Stop and consult this skill whenever your response would include specific facts about Anthropic's products. Covers: Claude Code (how to install, Node.js requirements, platform/OS support, MCP server integration, configuration), Claude API (function calling/tool use, batch processing, SDK usage, rate limits, pricing, models, streaming), and Claude.ai (Pro vs Team vs Enterprise plans, feature limits). Trigger this even for coding tasks that use the Anthropic SDK, content creation mentioning Claude capabilities or pricing, or LLM provider comparisons. Any time you would otherwise rely on memory for Anthropic product details, verify here instead — your training data may be outdated or wrong.",{"claudeCode":1334},"SeifBenayed/claude-code-sdk","product-self-knowledge","https://github.com/SeifBenayed/claude-code-sdk",{"basePath":1338,"githubOwner":1339,"githubRepo":1340,"locale":18,"slug":1335,"type":248},".claude/skills/product-self-knowledge","SeifBenayed","claude-code-sdk",{"evaluate":1342,"extract":1348},{"promptVersionExtension":207,"promptVersionScoring":208,"score":1233,"tags":1343,"targetMarket":218,"tier":1239},[1344,1345,1346,216,1238,1347],"anthropic","documentation","claude","knowledge-base",{"commitSha":254},{"repoId":1350},"kd78s53c1852h5p7c3qem663xs86njab",[1344,216,1346,1345,1347,1238],{"evaluatedAt":1353,"extractAt":1354,"updatedAt":1353},1778697182451,1778696993586]