Agent skill · Backend & API

anywrite

Compiled CLI covering all 52 endpoints of the Anytype local API — objects, properties, tags, search, chat, files — one binary, no MCP server needed.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill anywrite --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 6 KB
Bundled scripts: none
Declared author: Antheurus
Path: skills/anywrite/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# anywrite ## Overview `anywrite` is a single compiled Bun/TypeScript CLI for the [Anytype](https://anytype.io) 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 This repository does not ship the `anywrite` executable. The user must install or build a reviewed upstream release outside the current w

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. How It Works
  4. Step 1: Ensure Anytype desktop is running and authenticated
  5. Step 2: Invoke a resource + action
  6. Examples
  7. Example 1: Create and update an object
  8. Example 2: Search and upload a file
  9. Example 3: Read chat messages
  10. Best Practices
  11. Limitations
  12. Security & Safety Notes
  13. Common Pitfalls
  14. Related Skills
More from agentic-awesome-skills
All skills →
About this skill
What does the anywrite skill do?

Compiled CLI covering all 52 endpoints of the Anytype local API — objects, properties, tags, search, chat, files — one binary, no MCP server needed.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill anywrite --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going