anywrite

anywrite is a skill for Claude Code from STELIORD/agentic-awesome-skills. It costs 37 tokens per session (1,235 once invoked), scanned A, original, MIT.

A command-line tool for Anytype, a desktop app for notes and structured personal knowledge. It lets coding agents work with Anytype spaces, objects, tags, files, search, chat, and other local data through one executable.

In plain words
What is it for?
Use it to create, edit, search, and organize Anytype notes, tasks, and knowledge objects, or upload files and work with spaces programmatically.
Why use it?
It avoids loading dozens of separate tools into every agent session and can also be used from a terminal or script.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions Codex.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is ./dist/anywrite auth --status # shows configured yes/no and where the key came from.

Part of the agentic-awesome-skills plugin — 196 skills shipped together

Good fit Use it to create, edit, search, and organize Anytype notes, tasks, and knowledge objects, or upload files and work with spaces programmatically.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/STELIORD/agentic-awesome-skills
agentmods
npx agentmods add skills/steliord/agentic-awesome-skills/anywrite

Made for: Claude Code.

Or install agentic-awesome-skills, the plugin that ships this one along with the rest of its 196 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for anywrite

README.md
[![agentmods](https://agentmods.dev/badge/skills/steliord/agentic-awesome-skills/anywrite.svg)](https://agentmods.dev/skills/steliord/agentic-awesome-skills/anywrite)
Your own site
<a href="https://agentmods.dev/skills/steliord/agentic-awesome-skills/anywrite"><img src="https://agentmods.dev/badge/skills/steliord/agentic-awesome-skills/anywrite.svg" alt="Measured on agentmods" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,235 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00037 $0.01235
Opus 5 $0.00018 $0.00617
Sonnet 5 $0.00007 $0.00247
Haiku 4.5 $0.00004 $0.00123

Measured 4d ago against content hash 739f31bd13fc, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

anywrite scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

  • anywrite — 100% identical, 0 lines differ
plugins/agentic-awesome-skills-claude/skills/anywrite/SKILL.md · 107 lines

How it starts

The opening of the file, as written. The whole thing — 107 lines — stays where its author put it; the contents beside it link to each section on GitHub.

anywrite

Overview

anywrite is a single compiled Bun/TypeScript CLI for the Anytype desktop app's local HTTP API — all 52 endpoints across spaces, objects, properties, tags, types, templates, lists, chat, files, members, search, and auth — as one binary with zero runtime dependencies. It exists as a low-context alternative to Anytype's official MCP server: rather than exposing 52 always-loaded tools to every agent session, anywrite is a normal CLI wired as a skill that costs zero context until it's actually invoked, and is equally usable from a terminal or any script.

When to Use This Skill

  • Use when the user mentions Anytype or asks to create, update, search, or organize notes, tasks, or PKM objects.
  • Use when working with Anytype spaces, properties, tags, types, templates, or lists (sets and collections).
  • Use when the user asks to upload files to a space, chat inside a space, or read/write structured objects programmatically.

How It Works

Step 1: Ensure Anytype desktop is running and authenticated

The Anytype desktop app must be running locally (default http://localhost:31009). Authenticate once:

./dist/anywrite auth --status        # shows configured yes/no and where the key came from
./dist/anywrite auth                 # challenge flow — a 4-digit code appears in the app
./dist/anywrite auth --code 1234     # non-interactive form of the same exchange

The key is written to ~/.anywrite/config.json and is never printed by any command.

Step 2: Invoke a resource + action

anywrite <resource> <action> [positionals] [--flag value]

Resources: spaces, objects, properties, tags, types, templates, lists, files, members, search, chat, auth. Output is JSON by default; add --pretty for a human view, --json as an escape hatch for anything the typed flags don't model yet. space/type/property positionals accept a name or an id — names are resolved to ids automatically.

Read the full file on GitHub · 107 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 107 lines · 37 tokens per session scan A 739f31bd13fc

Subscribe to this mod's changes

anywrite is a skill published in the GitHub repository STELIORD/agentic-awesome-skills (1 stars, last pushed 1mo ago), licensed MIT. It adds 37 tokens to every session and 1,235 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.