← 返回
未分类 Key 中文

SeeSaw Claw

Integrates SeeSaw prediction market APIs into OpenClaw, enabling market listing, balance checking, and position management via CLI.
将 SeeSaw 预测市场 API 集成到 OpenClaw,支持通过 CLI 进行市场列表、余额查询和仓位管理。
seesaw seesaw 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 319
下载
💾 0
安装
1
版本
#latest

概述

SeeSaw-Claw

Publish-ready repository for the seesaw-agent OpenClaw skill.

This repository is designed to support three workflows:

  1. Install from ClawHub with clawhub install seesaw-agent
  2. Install manually from GitHub by copying skills/seesaw into your OpenClaw workspace
  3. Publish updates to ClawHub from this repository

Install From ClawHub

Recommended path:

clawhub install seesaw-agent
pip install -r skills/seesaw/requirements.txt
openclaw skills check

After installing the skill files, configure the required environment variables for seesaw-agent.

Configure seesaw-agent

OpenClaw stores skill configuration in ~/.openclaw/openclaw.json under skills.entries..

Example:

{
  "skills": {
    "entries": {
      "seesaw-agent": {
        "enabled": true,
        "env": {
          "SEESAW_BASE_URL": "https://app.seesaw.fun/v1",
          "SEESAW_API_KEY": "xxx",
          "SEESAW_API_SECRET": "xxx"
        }
      }
    }
  }
}

If your OpenClaw environment exposes a helper wrapper for SeeSaw, you can use it as a shortcut:

openclaw skill run --api-key "xxx" --api-secret "xxx"

If that helper is not available in your OpenClaw build, update ~/.openclaw/openclaw.json manually as shown above.

Verify The Install

openclaw skills info seesaw-agent
openclaw skills check

Expected result:

  • seesaw-agent appears in the skill list
  • no missing requirements for SEESAW_BASE_URL, SEESAW_API_KEY, or SEESAW_API_SECRET

Install From GitHub

Use this path when an OpenClaw agent is asked to read the GitHub repository and install the skill step by step.

Step 1: Clone The Repository

git clone https://github.com/SeesawTech/SeeSaw-Claw.git
cd SeeSaw-Claw

Step 2: Copy The Skill Into Your OpenClaw Workspace

Default OpenClaw workspace path:

~/.openclaw/workspace/skills
mkdir -p ~/.openclaw/workspace/skills
cp -R skills/seesaw ~/.openclaw/workspace/skills/

Step 3: Install Python Dependency

pip install -r ~/.openclaw/workspace/skills/seesaw/requirements.txt

Step 4: Configure API Credentials

Add the same skills.entries.seesaw-agent.env block shown above to ~/.openclaw/openclaw.json.

Step 5: Refresh OpenClaw

Start a new OpenClaw session, or re-run the gateway so it reloads workspace skills.

Step 6: Verify

openclaw skills info seesaw-agent
openclaw skills check

Usage

Once installed and configured, the skill lives at:

~/.openclaw/workspace/skills/seesaw

The main CLI entrypoint is:

python skills/seesaw/scripts/seesaw.py --help

Common examples:

python skills/seesaw/scripts/seesaw.py balance
python skills/seesaw/scripts/seesaw.py list-markets --status active --page 1 --limit 20
python skills/seesaw/scripts/seesaw.py positions

Publish To ClawHub

Publish the skill folder in this repository:

clawhub publish ./skills/seesaw --slug seesaw-agent --name "SeeSaw Prediction Market" --version 0.1.0 --tags latest

For bulk updates after local changes:

clawhub sync --all

Agent Notes

If an OpenClaw agent receives a prompt like:

請前往 https://github.com/SeesawTech/SeeSaw-Claw,閱讀 SeeSaw 的 OpenClaw Skill 安裝教學,然後一步一步幫我完成安裝。

it should follow this repository's README.md, prefer the ClawHub flow first, and fall back to the GitHub/manual flow if ClawHub is unavailable.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 19:18 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

dev-programming

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 686 📥 331,104
dev-programming

Mcporter

steipete
使用 mcporter CLI 直接列出、配置、认证及调用 MCP 服务器/工具(支持 HTTP 或 stdio),涵盖临时服务器、配置编辑及 CLI/类型生成功能。
★ 198 📥 68,236
dev-programming

YouTube

byungkyu
使用托管OAuth集成YouTube Data API,支持搜索视频、管理播放列表、获取频道数据及评论互动,适用于用户需要时使用此技能。
★ 142 📥 42,119