← Back to Skills Marketplace
zhao0112

clawbox-link-to-docs

by zhao0112 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
308
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install clawbox
Description
Turn a user shared web link into two Feishu docs: (1) full original text archive with minimal loss and clear source metadata, and (2) structured analysis sum...
README (SKILL.md)

ClawBox Link to Docs

Execute this workflow when user sends a URL and expects both source doc and analysis doc.

Workflow

  1. Fetch source content

    • Try readable extraction from the URL.
    • If redirected or homepage only content is returned, switch to alternative extraction path (browser or manual source capture) before proceeding.
    • Preserve original language and paragraph order.
  2. Create or update two Feishu docs

    • Doc A: [Source] \x3Ctitle>
    • Doc B: [Analysis] \x3Ctitle>
  3. Write Source doc (complete first)

    • Include source URL and capture time.
    • Write full original text with paragraph breaks.
    • Do not replace with short summary.
    • If extraction is partial, label clearly: Partial Capture plus missing scope note.
  4. Write Analysis doc (structured)

    • Use the template in references/analysis-template.md.
    • Keep concise and decision oriented.
  5. Quality gates (required)

    • Read back both docs after write.
    • Source doc fails if it is one line, too short, or clearly summary like.
    • If fail, rewrite once with better segmentation/chunking.
  6. Report back to user

    • Return two doc links.
    • State completion status: Full Capture or Partial Capture.

Non-negotiables

  • Default output is always two docs for a link task.
  • Source doc priority is fidelity over formatting.
  • Never claim full if content is truncated or fallback source is incomplete.
Usage Guidance
This skill says it will fetch an article and create two Feishu docs, but it does not declare how it will authenticate to Feishu or what tooling it will use to extract content. Before installing or enabling it: (1) Verify how your agent/runtime will provide Feishu access — is there a platform connector or will you need to supply a Feishu API token? If a token is required, confirm what scopes are needed and limit them to only create/update docs. (2) Ask the skill author (or your platform) for details on the extraction method: does it use a headless browser, external scraping service, or simple HTML parsing? Understand any network endpoints involved. (3) Test the skill only with non-sensitive public URLs first and review the created docs and logs. (4) If you cannot confirm where Feishu credentials come from, treat the skill as untrusted until the auth path is documented or required env vars are declared.
Capability Analysis
Type: OpenClaw Skill Name: clawbox Version: 1.0.0 The OpenClaw skill 'clawbox' is designed to fetch content from a user-provided URL and generate two Feishu documents: a source archive and an analysis summary. The `SKILL.md` instructions for the AI agent are clear, task-oriented, and directly align with this stated purpose. There is no evidence of prompt injection attempts, instructions for data exfiltration, malicious execution, persistence mechanisms, or any other intentional harmful behavior. While fetching content from arbitrary URLs can introduce vulnerabilities (e.g., SSRF) depending on the agent's execution environment, the skill's instructions themselves do not exhibit malicious intent but rather describe a legitimate function.
Capability Assessment
Purpose & Capability
The skill's stated purpose is to create two Feishu docs from a web link, but the package declares no Feishu credential, API endpoint, or connector. Creating/updating Feishu documents normally requires a token or platform connector; the absence of any declared auth/credentials is incoherent with the claimed capability.
Instruction Scope
SKILL.md instructs the agent to fetch web content, use alternative extraction paths (including a browser or manual capture), preserve original language/structure, and write/read back docs. These steps are scoped to the stated purpose, but are vague about how extraction and browser capture should be performed and about where auth for Feishu comes from. The instructions do not direct the agent to read unrelated local files or to exfiltrate data to third parties.
Install Mechanism
There is no install spec (instruction-only), which minimizes on-disk risk. However, because extraction may require a headless browser or other tooling, the skill's lack of install instructions leaves a capability gap (not a direct install risk).
Credentials
No environment variables, tokens, or config paths are declared even though the skill clearly needs Feishu access and possibly browser tooling. Either the platform provides a Feishu connector implicitly (not documented here) or the skill omits required credentials—this mismatch is a proportionality and transparency concern.
Persistence & Privilege
The skill does not request always:true and does not declare persistent system changes. It appears not to request elevated or persistent privileges in its metadata.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install clawbox
  3. After installation, invoke the skill by name or use /clawbox
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial publish of clawbox skill from local workspace.
Metadata
Slug clawbox
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is clawbox-link-to-docs?

Turn a user shared web link into two Feishu docs: (1) full original text archive with minimal loss and clear source metadata, and (2) structured analysis sum... It is an AI Agent Skill for Claude Code / OpenClaw, with 308 downloads so far.

How do I install clawbox-link-to-docs?

Run "/install clawbox" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is clawbox-link-to-docs free?

Yes, clawbox-link-to-docs is completely free (open-source). You can download, install and use it at no cost.

Which platforms does clawbox-link-to-docs support?

clawbox-link-to-docs is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created clawbox-link-to-docs?

It is built and maintained by zhao0112 (@zhao0112); the current version is v1.0.0.

💬 Comments