config

config is a command for Claude Code from TakashiKakizoe1109/cc-backlog-connect. It costs 0 tokens per session (540 once invoked), scanned A, original, MIT.

A command for connecting a project to Backlog, a service for managing software issues and project work. It saves the Backlog space, API key, project, and read-only or write access settings.

In plain words
What is it for?
Use it to configure access before reading, creating, updating, or deleting Backlog issues and other project data.
Why use it?
It provides one setup path and keeps the API key partly hidden when showing existing settings. Read-only mode helps avoid unintended changes.

Command for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the cc-backlog-connect plugin — 5 skills, 2 commands, 1 hook shipped together

Good fit Use it to configure access before reading, creating, updating, or deleting Backlog issues and other project data.

Compare 6 commands from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add TakashiKakizoe1109/cc-backlog-connect
Claude Code
/plugin install cc-backlog-connect

Made for: Claude Code.

Or install cc-backlog-connect, the plugin that ships this one along with the rest of its 5 skills, 2 commands, 1 hook.

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 config

README.md
[![agentmods](https://agentmods.dev/badge/commands/takashikakizoe1109/cc-backlog-connect/config/github.svg)](https://agentmods.dev/commands/takashikakizoe1109/cc-backlog-connect/config)
Your own site
<a href="https://agentmods.dev/commands/takashikakizoe1109/cc-backlog-connect/config"><img src="https://agentmods.dev/badge/commands/takashikakizoe1109/cc-backlog-connect/config/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for config

Your own site · 80×15
<a href="https://agentmods.dev/commands/takashikakizoe1109/cc-backlog-connect/config"><img src="https://agentmods.dev/badge/commands/takashikakizoe1109/cc-backlog-connect/config.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 540 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.00000 $0.00540
Opus 5 $0.00000 $0.00270
Sonnet 5 $0.00000 $0.00108
Haiku 4.5 $0.00000 $0.00054

Measured 10d ago against content hash 5e425a988b3a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

config 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 10d 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.

plugin/commands/config.md · 35 lines

What it actually says

Backlog の接続設定を行います。

手順

  1. まず .cc-backlog/config.json が存在するか確認してください。

  2. 設定ファイルが存在しない場合(初回セットアップ): ユーザーに以下の 4 つの値を順番に質問してください:

    • Backlog スペース名: https://<スペース名>.backlog.com<スペース名> 部分(例: test-company
    • API キー: Backlog の個人設定 > API から発行できるキー
    • プロジェクトキー: 対象プロジェクトのキー(例: PROJ)。Backlog プロジェクトの URL に含まれる英大文字の識別子
    • モード: read(読み取りのみ、デフォルト)または write(書き込み許可)。 安全のためデフォルトは read。課題の作成・更新・削除を行う場合は write を選択。
  3. 設定ファイルが存在する場合: 現在の設定内容を表示してください(API キーは先頭4文字と末尾4文字以外をマスク)。 mode も表示されます。ユーザーが変更したい場合は、変更したい値だけ質問してください。

  4. 値が揃ったら、以下のコマンドで設定を保存してください:

bash "${CLAUDE_PLUGIN_ROOT}/scripts/cc-backlog.sh" config set --space <スペース名> --api-key <APIキー> --project-key <プロジェクトキー> --mode <read|write>

上記が失敗する場合は直接実行してください:

node "${CLAUDE_PLUGIN_ROOT}/dist/index.js" config set --space <スペース名> --api-key <APIキー> --project-key <プロジェクトキー> --mode <read|write>
  1. 設定保存後、.cc-backlog/config.json.gitignore に含まれているか確認し、含まれていなければ追加を提案してください。

$ARGUMENTS

ユーザーが引数を渡した場合(例: set --space foo --api-key bar --project-key BAZ --mode write)は、質問せずにそのまま実行してください。

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. 10d ago First seen · 35 lines · 0 tokens per session scan A 5e425a988b3a

Subscribe to this mod's changes

config is a command published in the GitHub repository TakashiKakizoe1109/cc-backlog-connect (2 stars, last pushed 6mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 540 tokens. 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-08-31.