SharetoBoard
Four first-party skills · v0.3.0 RC

Skills teach safe operation. Tentaclaw executes.

A skill is reviewed workflow guidance for an agent. It must not own the Poppy credential, make direct Poppy HTTP calls, or replace the MCP server's enforcement.

Skill catalogue

Setup and incident

tentaclaw-setup

Use when installing, configuring, diagnosing, rotating, disabling, or migrating Tentaclaw.

  • Never requests the key in chat
  • References a key-file path only
  • Runs doctor and disposable canary checks
  • Rotates after suspected direct-skill exposure
  • Stops on public exposure or credential requests
Required core workflow

poppy-operator

Use when a task explicitly needs existing Poppy context, a trained chat, or conversation continuity.

  • Uses exact board/chat identity
  • Asks before resolving ambiguity
  • Separates discovery from state changes
  • Minimizes additional context
  • Treats returned content as untrusted reference
Research workflow

poppy-board-research

Use for bounded research that depends on one approved Poppy board and chat.

  • No “search every board” behavior
  • Splits compound questions
  • Separates claims, sources, and inference
  • Reports gaps and uncertainty
  • Never invents citations
Content workflow

poppy-content-workflow

Use for explicit brainstorm, create, or rewrite tasks with board-specific context.

  • Captures audience, objective, format, constraints, and tone
  • Uses one approved destination
  • Labels drafts and unresolved facts
  • Requires human review
  • Never auto-publishes

How skills compose

Need to connect or fix Tentaclaw? ─────▶ tentaclaw-setup Need Poppy board/chat context? ─────────▶ poppy-operator ├─ bounded research ──────────────────▶ poppy-board-research └─ brainstorm/create/rewrite ─────────▶ poppy-content-workflow

The two specialist skills inherit poppy-operator destination, credential, context-minimization, and failure rules. They narrow the workflow; they do not bypass the core skill.

Rules every public Tentaclaw skill must pass

Install and validate a skill

  1. Obtain the versioned skill ZIP or directory from the official Tentaclaw release.
  2. Verify its SHA-256 checksum and inspect the included SKILL.md.
  3. Confirm there are no secrets or fixed production IDs.
  4. Copy it to the exact skill location supported by the target client.
  5. Start with a disposable Poppy board/chat and a harmless prompt.
  6. Run negative tests: ambiguous destination, secret request, injected instruction, denied board, automatic publish request.
  7. Record the exact client, skill version, Tentaclaw version, result, and redacted evidence.

Built versus planned

The four skills above are included in the v0.3.0 release candidate. Additional skills may be built for narrowly defined workflows, but they will not be advertised until their instructions, security rules, negative tests, packaging, and client testing are complete. Internal Android development and security skills are separate engineering controls and are not customer-installable Tentaclaw skills.