Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

sportfolio-market运动组合市场

Agent Skill

sportfolio-market 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

6,120

周安装

250

GitHub Stars

公开资料未说明

下载量

1,960
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:sportfolio-market(运动组合市场)
来源仓库:https://github.com/michaelhmiv/sportfolio-market
安装命令:
openclaw skills install sportfolio-market
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install sportfolio-market

简介

sportfolio-market 通过 Sportfolio 公共 MCP 端点或本地 CLI 提供市场数据接口访问。

  • 适用于体育投资组合管理与行情跟踪,支持用户 API 令牌认证。
  • 涵盖赛事赔率、球队动态与交易信号,助力量化分析与策略回测。
  • 使用前需配置有效 API 密钥并遵守速率限制,防止服务中断。
  • 建议结合原始文档了解字段含义与历史数据查询方式。

SKILL.md

name
sportfolio
description
Use when working with Sportfolio through its public authenticated MCP endpoint or the repo-local CLI. Covers user API token authentication, MCP connection setup, CLI command usage, shared public tools/prompts/resources, account and portfolio reads, and confirmation-gated staging for trades, LP actions, boosts, scouts, and related gameplay workflows. Do not use for admin or internal-only routes, billing or checkout flows, or any workflow that assumes autonomous execution without explicit user confirmation.

Sportfolio

Use this skill for Sportfolio external access and agent-assisted workflows.

Choose the interface

  • Use MCP when the user has an MCP-aware client and wants protocol-level access.
  • Use the CLI when the Sportfolio repo is checked out locally and the user wants direct terminal commands.
  • Prefer MCP over inventing CLI install steps. The CLI is repo-local right now and is not a published public package.
  • Prefer the web app for rich visual scanning. Use CLI or MCP for fast reads, docs lookup, and staged actions.

Authenticate correctly

  • Use a user API token created from Profile -> CLI Access.
  • Treat the token as user-scoped. It inherits the same account boundary as the web app.
  • Send the token as Authorization: Bearer <your-token> for MCP.
  • Do not treat the token as admin access or a back door.
  • Avoid putting tokens in plain shell history or logs.

Connect through MCP

  • Production endpoint: https://www.sportfolio.market/mcp
  • Local endpoint: http://127.0.0.1:5000/mcp
  • Transport: Streamable HTTP
  • Normal MCP traffic goes through POST /mcp

When configuring an MCP client, provide:

  • the MCP URL
  • the bearer token header
  • no assumptions about admin-only or internal routes

Use the shared public surface exposed by the server:

  • tools for account, portfolio, players, pools, boosts, scouts, watchlists, schedules, docs, news, SMS settings, and agent settings
  • prompts such as review_setup, review_idle_cash, find_boost_candidates, and stage_trade
  • resources such as sportfolio://docs/index, sportfolio://capabilities, and sportfolio://action-surface

Use the repo-local CLI

From the repo root:

npm run cli -- --help
npm run cli -- auth login --token <your-token> --base-url https://www.sportfolio.market
npm run cli -- auth whoami

For local development:

npm run cli -- auth login --token <your-token> --base-url http://127.0.0.1:5000

Direct fallback entrypoint if the npm script is not available:

node packages/sportfolio-cli/bin/sportfolio.mjs auth login --token <your-token> --base-url https://www.sportfolio.market

Use these command families:

  • auth
  • docs
  • portfolio
  • agent
  • actions
  • tools
  • prompts
  • resources

Useful examples:

npm run cli -- docs list
npm run cli -- docs search boosts
npm run cli -- docs open cli/command-reference
npm run cli -- portfolio summary
npm run cli -- tools list
npm run cli -- resources read sportfolio://capabilities
npm run cli -- agent ask "Review my setup."

Use --json for machine-readable automation:

npm run cli -- --json auth whoami
npm run cli -- --json tools call get_account_profile

Respect the safety model

Sportfolio does not grant autonomous gameplay execution through MCP or CLI.

  • Reads are immediate.
  • Many gameplay mutations are staged first and still require explicit confirmation.
  • Confirm and cancel operate on pending bundles instead of bypassing server validation.

Treat these as confirmation-gated unless repo truth explicitly changes:

  • market buys and sells
  • LP add, remove, and related LP actions
  • stack shares
  • daily boost assignment and removal
  • community boost creation
  • scout assignment changes
  • thread confirm and cancel flows

Treat these as public but non-admin:

  • account and portfolio reads
  • docs, prompts, and resources
  • agent thread reads and asks
  • token listing and revocation
  • username and profile image updates
  • SMS link and settings actions
  • agent settings and BYOK actions

Treat these as excluded:

  • billing, funding, checkout, and external purchase flows
  • admin routes
  • internal-only routes

Do not claim full site parity if the public registry or docs do not expose a capability.

Follow the recommended workflow

  1. Confirm whether the user wants MCP setup or a repo-local CLI workflow.
  2. Authenticate with a user API token.
  3. Start with docs, resources, or read tools before proposing actions.
  4. Use prompts or agent asks for broad setup reviews.
  5. Stage gameplay changes only when the user clearly requests them.
  6. Require an explicit confirm step before execution.
  7. Use cancel if the user changes direction before confirmation.

Start with docs and capability discovery

Use the public docs and capability surface before guessing:

  • docs list, docs search, docs open in CLI
  • sportfolio://docs/index to inspect published docs
  • sportfolio://capabilities to inspect the included and excluded public surface
  • sportfolio://action-surface to inspect public tools by domain

If a request sounds broad, use the shared prompt starters first:

  • review_setup
  • review_idle_cash
  • find_boost_candidates
  • stage_trade

Handle common requests

For setup and discovery:

  • authenticate first
  • inspect docs and resources
  • verify whether the user needs CLI commands or MCP configuration

For account and portfolio questions:

  • prefer read tools, portfolio summary, and agent asks
  • keep answers grounded in the authenticated user context

For gameplay actions:

  • gather the relevant player, sport, and amount inputs
  • stage the action
  • surface the pending bundle summary
  • wait for explicit confirmation

For community boosts:

  • prefer full player names instead of short ids

If the server reports the agent is busy, wait a few seconds and retry.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

77.3%
按下载量换算1,515

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills