claudeers.

🔓 unclaimed — this page was auto-generated from GitHub. Are you the creator?

Claim this page →
// Claude Plugins

claude-tag-plugins

claude-tag-plugins — a Claude ecosystem project on GitHub.

// Claude Plugins[ api ][ web ][ claude ]#claude#pluginsApache-2.0$open-sourceupdated 11 days ago
Actively maintained
97/100
last commit 14 days ago
last release none
releases 0
open issues 0
// install
git clone https://github.com/anthropics/claude-tag-plugins

claude-tag-plugins

Plugins for @claude that connect the agent to common SaaS services. Each service is its own plugin, so a workspace can connect exactly the services it uses.

Plugins

PluginWhat it covers
asanaTasks, projects, sections, comments; list, search, create/update
bigqueryRun SQL, list datasets/tables, fetch schemas, manage jobs
claude-tag-data-vizCompose polished charts from tabular data — PNG, SVG, or self-contained interactive HTML
claude-tag-troubleshootConfigure and debug @Claude agents — agent scopes, profiles, connections, plugin/skill loading
confluenceSearch pages, read/create/update content, spaces, comments
datadogLogs, metrics, monitors, dashboards, SLOs, events, traces, incidents
enterprise-searchSearch across all connected sources, read documents, submit relevance feedback
google-driveSearch, read, upload, share files; folders; Docs/Sheets export
grafanaDashboards, datasource queries, alerting, annotations, folders
hubspotContacts, companies, deals, tickets; CRM search; associations
jiraSearch with JQL, create/transition issues, comments, sprints
linearIssues, projects, cycles, teams
notionSearch, pages, databases, blocks, block children
pagerdutyIncidents, who's on-call, schedules, escalation policies, services
redshiftRun SQL, poll results, list schemas/tables
salesforceQuery records, CRUD objects, describe schema, composite requests
sentryIssues, events, projects, releases, stats
snowflakeRun SQL statements, poll/fetch results, warehouses

Getting Started

Claude Tag

# Add the marketplace first
claude plugin marketplace add anthropics/claude-tag-plugins

# Install the services you use
claude plugin install jira@claude-tag-plugins
claude plugin install datadog@claude-tag-plugins

Once installed, skills activate automatically when relevant.

How It Works

Each service plugin follows the same structure:

<service>/
├── .claude-plugin/plugin.json   # Manifest
└── skills/<service>-api/
    ├── SKILL.md                 # How to connect and core operations
    ├── references/              # Full endpoint catalog, read on demand
    └── scripts/                 # Executable helpers (where present)

The two helper plugins use the same skills/<name>/ layout but carry different content: claude-tag-data-viz ships a Python charting kit instead of curl scripts, and claude-tag-troubleshoot ships a slash command plus two documentation-only skills.

Authentication

Plugins contain no auth setup instructions — authentication is handled by the runtime. Credentials are injected into outbound requests; the environment variables each plugin references ($DD_API_KEY, $ATLASSIAN_API_TOKEN, $BQ_TOKEN, ...) exist only to keep requests well-formed and may hold placeholder values.

Security Considerations

The bundled scripts use Authorization: Bearer ${TOKEN} headers. When run outside the credential-injecting runtime (e.g. local development or CI without secrets configured), the token variable will be unset or hold a placeholder — requests will be rejected with 401. Never commit real credentials; configure them through your runtime's secret injection mechanism. To report a security vulnerability, see SECURITY.md.

Maintenance Status

Active — maintained by Anthropic. Bug reports and PRs are welcome; see CONTRIBUTING.md.

Contributing

See CONTRIBUTING.md.

License

Apache License 2.0 — see LICENSE.

The claude-tag-data-viz plugin bundles third-party JavaScript libraries (React, ReactDOM, react-is, Recharts) under their original MIT licenses. See NOTICE for full attribution and license text.

// compatibility

Platformsapi, web
Operating systems
AI compatibilityclaude
LicenseApache-2.0
Pricingopen-source
LanguageShell

// faq

What is claude-tag-plugins?

claude-tag-plugins is a Claude ecosystem project. It is open-source on GitHub.

Is claude-tag-plugins free to use?

claude-tag-plugins is open-source under the Apache-2.0 license, so it is free to use.

What category does claude-tag-plugins belong to?

claude-tag-plugins is listed under plugins in the Claudeers registry of Claude-compatible tools.

4 views
14 stars
unclaimed
updated 11 days ago

// embed badge

claude-tag-plugins on Claudeers
[![Claudeers](https://claudeers.com/api/badge/claude-tag-plugins.svg)](https://claudeers.com/claude-tag-plugins)

// retro hit counter

claude-tag-plugins hit counter
[![Hits](https://claudeers.com/api/counter/claude-tag-plugins.svg)](https://claudeers.com/claude-tag-plugins)

// reviews

// guestbook

0/500

// related in Claude Plugins

🔓

A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.

// pluginsmultica-ai/187,223[ claude ]
🔓

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explainin…

// pluginsanthropics/Python135,848[ claude ]
🔓

"CLI-Anything: Making ALL Software Agent-Native" -- CLI-Hub: https://clianything.cc/

// pluginsHKUDS/Python44,672Apache-2.0[ claude ]
🔓

financial-services — a Claude ecosystem project on GitHub.

// pluginsanthropics/Python33,266Apache-2.0[ claude ]
Connectorlinks several projects together across the ecosystem · 12 connections
→ see how claude-tag-plugins connects across the ecosystem