← 返回
开发者工具 Key 中文

Openpond Cli

Use the OpenPond CLI to create repos, watch deployments, and run tools without the web UI.
使用 OpenPond CLI 创建仓库、监控部署和运行工具,无需 Web 界面。
glucrypto
开发者工具 clawhub v0.1.1 1 版本 99817.2 Key: 需要
★ 2
Stars
📥 1,052
下载
💾 6
安装
1
版本
#latest

概述

OpenPond CLI

Use this skill when an agent needs to create or manage OpenPond apps via the CLI, without MCP.

Quick setup

  • Install: npm i -g openpond-code (or npx --package openpond-code openpond )
  • Auth: run openpond login or set OPENPOND_API_KEY
  • Non-interactive login: openpond login --api-key opk_...

Common workflows

  • Create internal repo and attach remote:
  • openpond repo create --name my-repo --path .
  • Non-interactive push (tokenized remote):
  • openpond repo create --name my-repo --path . --token
  • git add . && git commit -m "init"
  • openpond repo push --path . --branch main
  • openpond repo push reads .git/config, temporarily tokenizes origin, and restores it after push.
  • Watch deployments:
  • openpond deploy watch handle/repo --branch main
  • List and run tools:
  • openpond tool list handle/repo
  • openpond tool run handle/repo myTool --body '{"foo":"bar"}'
  • Account-level APIs:
  • openpond apps list [--handle ] [--refresh]
  • openpond apps tools
  • openpond apps performance --app-id app_123
  • openpond apps agent create --prompt "Build a daily digest agent"

OpenTool passthrough

Use the CLI to run OpenTool commands via npx:

  • openpond opentool init --dir .
  • openpond opentool validate --input tools
  • openpond opentool build --input tools --output dist

Config and URLs

  • Optional env vars: OPENPOND_BASE_URL, OPENPOND_API_URL, OPENPOND_TOOL_URL, OPENPOND_API_KEY
  • Cache file: ~/.openpond/cache.json (auto-refreshes on next use)

版本历史

共 1 个版本

  • v0.1.1 当前
    2026-03-29 04:53 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Agent Browser

matrixy
专为AI智能体优化的无头浏览器自动化CLI,支持无障碍树快照和基于引用的元素选择。
★ 427 📥 118,260
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 670 📥 324,286
developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 68 📥 180,293