ディレクトリに戻る

treg

キュレーション掲載メンテナンス: 活発

superdesigndev/treg

エージェントツール版の OpenRouter

GitHub で見るホームページ
$ curl -fsSL https://treg.to/install.sh | sh

1,181

スター

116

フォーク

Python

言語

NOASSERTION

ライセンス

2026-07-15

作成日

2026-09-04

最終プッシュ

Apache-2.0(追加条項付き)のエージェントツール・レジストリ兼認証情報プロキシ。1 トークンで約 2,800 の従量課金エンドポイントと、チーム独自のキー・CLI・スキルを利用可能。README に DeepSeek Harness 専用統合の記載はなく、汎用の CLI/スキル経由で接続します。

DSH 統合

互換

自動推定

安全性監査

未監査

最終検証日

2026-08-21

ライセンス

Apache-2.0 with additional terms

01どんなタスクに使えるのか?

  • Give a DeepSeek Harness agent pay-per-call access to ~2,800 third-party API endpoints (SEO, backlinks, social trends, people/company enrichment, ads, scraping) without provider signups

    Live tool results served through one base URL and one token, metered per call from the team's prepaid balance ($1.00 free on every new team)

    SEO, growth and research teams running agents in DeepSeek Harness who need premium data tools without buying per-vendor subscriptions

  • Share the team's own API keys, vendor CLIs and SKILL.md skills so every teammate's agent can call them

    Team-registered endpoints, CLIs and skills callable through the proxy with the org's credential injected server-side — the credential never leaves the server

    Engineering teams that want their agents to use paid accounts and internal tools without distributing secrets

  • Self-host a private tool registry for your org

    A private treg registry server (FastAPI + SQLite/Postgres, org scoping with owner/admin/member/viewer roles) run locally or deployed

    Teams that want an in-house credential gateway instead of the hosted treg.to instance

02DeepSeek Harness への導入方法

前提条件

  • A terminal with curl (for the one-line CLI installer), or an agent that supports plugins/skills (Claude Code plugin path, or `npx skills add` for other agents)
  • Self-hosting only: `tmux` and `uv`

インストール手順

  1. 01

    Install the CLI — also points it at the registry: `curl -fsSL https://treg.to/install.sh | sh`

    $ curl -fsSL https://treg.to/install.sh | sh

  2. 02

    Sign in: `treg login` (GitHub default · `--email` for a one-time code · `--token` for agents/CI)

  3. 03

    Call a tool right away: `treg catalog search "backlinks for a domain"`, then `treg call ...`, and `treg balance` to see exactly what it cost

  4. 04

    Agent path: Claude Code — `/plugin marketplace add superdesigndev/treg` then `/plugin install treg@treg`; other agents — `npx skills add superdesigndev/treg -s treg`

    $ npx skills add superdesigndev/treg -s treg

導入成功の確認

作者は未記載

03DSH 統合と能力の範囲

DSH 統合互換

Generic agent tool registry & credential proxy — the README documents no DeepSeek Harness-specific path; DSH users connect through the `treg` CLI or `npx skills add superdesigndev/treg -s treg` (the skill finishes with `treg mcp install`); broader MCP support is listed on the roadmap.

  • Tool catalog & metered calls

    a task description (`treg catalog search`) or a tool id (`treg catalog get`)tool discovery with per-call prices, and live call results via `treg call` across keyword/rank tracking, backlinks, AI visibility, trends, social publishing, enrichment, ads and measurement

    catalog calls are billed per call against the team's prepaid balancerequests are relayed over the network to third-party upstream providers
  • Server-side credential injection & faithful relay

    a registered endpoint plus a stored secret / OAuth tokenthe upstream request with the credential injected; treg control headers (X-Treg-Token and friends) stripped before the upstream sees them; an audit record

    stores secrets encrypted (Fernet) on the registry serverrelays requests to upstream APIswrites audit records
  • Team sharing via scan & upload

    a project `.env` (matched against ~80 known providers), skill directories, and installed catalog CLIskeys, skills and CLIs registered to the org (idempotent, `--replace` to update)

    `treg upload` uploads secrets (encrypted server-side) to the registry
  • Run vendor CLIs with injected credentials

    registered vendor CLIs (`stripe`, `gh`, `vercel`, …)`treg run` / `treg shell` executes the CLI with the org's credential injected — locally (`--local`, default) or on the registry server (`--server`)

    `--server` executes on the registry server and streams output back, so the key never reaches your machine

04誰に向いているのか?使うべきでない場面は?

向いている用途

  • SEO, growth and research teams running agents in DeepSeek Harness who need premium data tools without buying per-vendor subscriptions
  • Engineering teams that want their agents to use paid accounts and internal tools without distributing secrets
  • Teams that want an in-house credential gateway instead of the hosted treg.to instance

不向きな用途

  • Catalog calls need network access to a treg registry (hosted treg.to or self-hosted) and are metered against a prepaid balance; an exhausted balance returns HTTP 402 until topped up, and endpoints without a published price are refused rather than served free.
  • Licensed as Apache 2.0 with additional terms: offering treg to third parties as a hosted/managed service, or embedding it in a commercially distributed product, requires written permission from the maintainer.
  • Self-hosted deployments must back up the Fernet key (TREG_SECRET_KEY) and the database before moving or redeploying — losing the Fernet key makes every stored secret unrecoverable.

05互換性・メンテナンス・セキュリティ上の注意

  • Catalog calls need network access to a treg registry (hosted treg.to or self-hosted) and are metered against a prepaid balance; an exhausted balance returns HTTP 402 until topped up, and endpoints without a published price are refused rather than served free.
  • Licensed as Apache 2.0 with additional terms: offering treg to third parties as a hosted/managed service, or embedding it in a commercially distributed product, requires written permission from the maintainer.
  • Self-hosted deployments must back up the Fernet key (TREG_SECRET_KEY) and the database before moving or redeploying — losing the Fernet key makes every stored secret unrecoverable.
2026-07-152026-08-19作者は未記載

Apache-2.0 with additional terms · actively maintained (last push 2026-08-19)

06よくある質問

DeepSeek Harness で treg を使うには?

README に dsh 専用の手順はありません。汎用パスとして、インストールスクリプトで CLI を導入して treg login を実行するか、npx skills add superdesigndev/treg -s treg でスキルとして追加します。スキルは初回実行時に CLI、サインイン、treg mcp install まで案内します。

カタログのツールを使うのにプロバイダーへの登録は必要ですか?

不要です。カタログ経由の呼び出しは treg 所有のキーで提供され、チームの前払い残高から従量課金されます(新規チームは 1 ドル分無料)。自分のキーを接続した場合はそちらが優先され、その呼び出しは課金されません。

認証情報やリクエストはどこへ送られますか?

シークレットはレジストリ上で Fernet 暗号化して保管され、呼び出し時にサーバー側で注入されます。プロキシは X-Treg-Token を除去してから上流へ転送するため、呼び出し側がキーを持つことはありません。

残高がなくなるとどうなりますか?

HTTP 402 が返り、balance_micro・estimated_cost_micro・topup_url が含まれるため、エージェントがそのまま処理できます。チャージは treg topup で行います。

セルフホストはできますか?

可能です。ローカルでは scripts/dev-local.sh up(tmux と uv が必要)で起動し、レジストリとして運用するには tools-registry[server] のインストールが必要です。Fernet キーとデータベースは必ずバックアップしてください。キーを失うと保存済みシークレットはすべて復元不能になります。

08データと出典

  • 自動推定github.coma10e2c359143…

    Other agents: `npx skills add superdesigndev/treg -s treg` (the `-s` matters — without it you also get this repo's inter…

  • 作者による申告github.coma10e2c359143…

    The skill loads as `treg:treg` and, on its first run, walks your agent through the rest — the CLI, sign-in, then `treg m…

  • 作者による申告github.coma10e2c359143…

    **Roadmap:** MCP support · finer permission tiers · at-rest key-management hardening · possible Loopni merge.

このページは、プロジェクトの公開ドキュメント、リポジトリのメタデータ、および DSH Plugins の構造化解析に基づいて生成されています。最終検証日:2026-08-21。誤りを見つけた場合は、修正を送信してください。

🏆

dsh プラグイン おすすめ

最初に入れたい 12 のプラグイン。全カタログ・全カテゴリから厳選しました。

DSH Plugins は DeepSeek Harness プラグインの独立したコミュニティ ディレクトリです。DeepSeek との提携・公認はありません。サードパーティ製プラグインはセキュリティ監査を受けていません。インストール前にソースコードをご確認ください。

DeepSeek Harnessの新着プラグインを毎週お届け。スパムはありません。