supertag

Search, create, and manage Tana workspaces via MCP.

47|7|Updated Dec 20, 2025
One-click install
npx skills add https://github.com/jcfischer/supertag-cli --skill supertag
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: supertag
Source: https://github.com/jcfischer/supertag-cli/tree/main
Command: npx skills add https://github.com/jcfischer/supertag-cli --skill supertag

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Supertag CLI centralizes interaction with Tana by bridging the MCP server, the CLI, and a webhook API. It enables automated querying, writing, and workspace management without manual UI interactions.

Core Features & Use Cases

  • Full-text search and semantic search across Tana workspaces via Local API with graceful fallback to the Input API.
  • Create, edit, tag, and manage fields, and orchestrate workflows using MCP-enabled AI tools.
  • Delta-sync and incremental updates to keep your local index up-to-date with minimal downtime.
  • Webhook API enables automation and integration with external systems and AI assistants.

Quick Start

  • Install and configure the CLI according to the official installation guide.
  • Authenticate to Tana with a token and login via the export tool, then discover workspaces.
  • Export data, index locally, and begin querying with commands like search, nodes show, and related.

Frequently Asked Questions about supertag

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Tana workflows from the CLI?

You can automate Tana workflows by using the Supertag CLI to bridge the MCP server with a webhook API. This enables automated querying, writing, and workspace management without manual UI interactions.

How does semantic search work across Tana workspaces?

Semantic search across Tana workspaces operates via the Local API with graceful fallback to the Input API. It allows AI agents to discover and manipulate Tana data efficiently by unifying search and workspace management under MCP.

Can I use MCP-enabled AI tools to manage Tana nodes and tags?

Yes, you can use MCP-enabled AI tools to create, edit, tag, and manage fields in Tana. The skill supports node creation, tag management, and full-text search to orchestrate workflows.

What do I need to configure before querying Tana data locally?

Before querying Tana data locally, you must install the CLI, authenticate with a token, and login via the export tool. After discovering workspaces, you export data, index locally, and can begin querying.

How do I keep my local Tana index up-to-date with minimal downtime?

You keep your local Tana index up-to-date by using delta-sync and incremental updates. This ensures your local index stays synchronized with Tana workspaces with minimal downtime.