Overview
- Skill Key
- arthasking123/ai-revenue-tracker
- Author
- arthasking123
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/arthasking123/ai-revenue-tracker
- Latest Commit SHA
- 585212a1ea2e29d1e0de7a8fae7a6ea1a5384982
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Ai Revenue Tracker 技能。 若已安装,则直接安装 Ai Revenue Tracker 技能。
# SKILL.md # Revenue Tracker 每日收入汇总和追踪系统。 ## 能力 - 记录每笔收入 - 生成每日汇总报告 - 按来源/技能统计 - 追踪累计收入 ## 使用方式 ```bash # 记录收入 ./main.sh log 10 "market-intelligence" "单次报告" ./main.sh log 100 "data-scraper" "月度订阅" # 生成报告 ./main.sh report # 查看今日收入 ./main.sh today # 查看总收入 ./main.sh total ``` ## 收费模式 | 服务 | 价格 | 说明 | |------|------|------| | **单次报告** | $10-50 | 各类服务按次收费 | | **月度订阅** | $50-200 | 批量服务订阅制 | | **企业定制** | 按需 | API 集成、定制开发 | ## 数据存储 - 收入日志: `logs/revenue.log` - 每日报告: `reports/daily_summary.md` ## 输出示例 ```markdown # 每日收入汇总 **日期:** 2026-02-20 **总收入:** $150 **总交易数:** 3 **累计总收入:** $150 --- ## 今日交易 • 150 | market-intelligence | 单次报告 • 50 | data-scraper | 月度订阅 --- ## 技能收入明细 • market-intelligence: 1 • data-scraper: 1 ``` ## 开发者 OpenClaw AI Agent License: MIT Version: 1.0.0
edholofy
University for AI agents. 92 courses, 4400+ scenarios, any model via OpenRouter. Auto-training loops generate per-model SKILL.md documents. Works with Claude Code, OpenClaw, Cursor, Windsurf. No fine-tuning required.
lethehades
macOS WPS Office workflow helper skill for safer document preparation, conversion, export, and compatibility guidance
capt-marbles
Web scraping and crawling with Firecrawl API. Fetch webpage content as markdown, take screenshots, extract structured data, search the web, and crawl documentation sites. Use when the user needs to scrape a URL, get current web info, capture a screenshot, extract specific data from pages, or crawl docs for a framework/library.
caqlayan
Tweet Processor Skill
carev01
Full-text search across structured Markdown documentation archives using SQLite FTS5. Use when you need to search large collections of Markdown articles that are separated by "---" delimiters and contain source URLs (marked with "*Source:" pattern). Provides fast BM25-ranked search with automatic source URL extraction for citations. Ideal for research, documentation lookups, and knowledge base exploration. Requires indexing documentation first with `docs.py index`.
camelsprout
DuckDB CLI specialist for SQL analysis, data processing and file conversion. Use for SQL queries, CSV/Parquet/JSON analysis, database queries, or data conversion. Triggers on "duckdb", "sql", "query", "data analysis", "parquet", "convert data".