Content
82%Weight 40%Scale 1-5Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The skill body is a well-structured, highly actionable guide to driving Recorded Future via the Membrane CLI, with copy-paste commands and a clear connection workflow. Its main weaknesses are a few over-explained passages Claude already knows and the absence of explicit validation/feedback loops for destructive or batch actions.
Suggestions
Trim the introductory paragraph explaining what Recorded Future is as a product; Claude already knows this and it costs tokens.
Add an explicit validation checkpoint when running actions or proxy requests (e.g. check the response 'output'/'error' field and retry on auth or transient failures) to support batch/destructive operations.
Consider moving the full proxy flag reference table into a references file and keeping only the most common flags inline, to tighten the overview.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is largely lean and instruction-focused with executable bash commands, but includes some over-explanation Claude already knows (e.g. 'Recorded Future is a threat intelligence platform that collects and analyzes information from the web...') that could be trimmed. | 4 / 5 |
Actionability | It provides concrete, copy-paste-ready membrane commands with flag tables (e.g. 'membrane action run <actionId> --connectionId=... --input ...' and the proxy flag table) covering the common interaction cases. | 5 / 5 |
Workflow Clarity | The connection setup has a clear sequenced flow with state checks (READY/BUILDING/CLIENT_ACTION_REQUIRED) and a poll loop, but there is no explicit validate/fix/retry feedback loop for the run/proxy actions, leaving a minor validation gap. | 4 / 5 |
Progressive Disclosure | The body is well-organized into clear sections (Install, Authentication, Connecting, Searching, Popular actions, Proxy, Best practices) with appropriate overview-level depth and no nested references, though it inlines some reference-style detail (e.g. the full proxy flag table) that could live elsewhere. | 4 / 5 |
Total | 17 / 20 Passed |