tracery
v0.1.0Streams Claude Code session, tool-call and subagent activity to a Tracery hub for live graph visualization.
By Atriarch SystemsLicense: Apache-2.00 GitHub starsUpdated 3 hours ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 24, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install tracery for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install tracery@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/Atriarch-Systems/traceryClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/claude-code/.
Plugin files
├── .claude-plugin/plugin.json└── skills/activity/SKILL.md
Included Skills1
Print the Tracery hub link for this session's live flow graph. Use when asked for the activity dashboard, the hub link, the trace/flow graph link, or where to watch this session.
Plugin manifests1
{
"name": "tracery",
"version": "0.1.0",
"description": "Streams Claude Code session, tool-call and subagent activity to a Tracery hub for live graph visualization.",
"author": {
"name": "Atriarch Systems",
"url": "https://atriarch.systems"
},
"license": "Apache-2.0",
"skills": "./skills/",
"userConfig": {
"hub_url": {
"type": "string",
"title": "Tracery hub URL",
"description": "Base URL of the Tracery hub, e.g. https://tracery.example.com (no trailing slash needed).",
"default": "http://127.0.0.1:8971",
"required": true
},
"api_key": {
"type": "string",
"title": "Ingest API key",
"description": "Tracery hub API key with the ingest role, sent as an Authorization: Bearer header. Leave empty for a local hub (one started with `npx @atriarch-systems/tracery-hub` and no TRACERY_API_KEYS -- it runs with auth off).",
"sensitive": true,
"required": false
},
"workspace": {
"type": "string",
"title": "Workspace",
"description": "Tracery hub workspace to ingest events into.",
"default": "default"
},
"include_prompts": {
"type": "boolean",
"title": "Include prompt text",
"description": "When enabled, forwards the full text of user prompts to the hub. Off by default: only the prompt's character count is sent.",
"default": false
}
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[tracery on Agent Plugins Marketplace](https://pluginsmp.com/plugins/tracery)