agentbay-skills

English | 中文

AgentBay Skills

English | 中文

A collection of skills for AgentBay, enabling agents to run code, use browser automation, monitor sentiment, analyze stocks, generate images, and integrate with external services in a sandboxed environment.

What's inside

SkillDescription
agentbay-aio-skillsRun or execute code (Python, JavaScript, R, Java) in an AgentBay sandbox. Triggered by "run this code", "execute this script", etc. No need for the user to say "sandbox".
agentbay-monitor-skillsSentiment monitoring: crawl → sentiment analysis → generate report (Markdown/PDF). Triggered by "sentiment analysis", "sentiment report", etc.
amap-trafficAmap real-time traffic and optimal driving route planning. Requires AMAP_KEY.
boss-job-searchSearch job postings on Boss Zhipin (positions, company size filters).
china-stock-analysisA-share value investing: stock screening, deep analysis, industry comparison, and valuation. Uses akshare for financial data.
douban-movie-reviewQuery Douban movie reviews and ratings for a given film.
find-skillsDiscover, search and install agent skills from the marketplace. Triggered by "find plugins", "search skills", "install skill", "find a skill for X", etc.
im-reminderIM scheduled reminders (one-time and recurring). Cron-based delivery to the original channel (Feishu, webchat).
moltbook-hot-postsQuery Moltbook (Agent community) hot posts and discussions.
qwen-imageGenerate images via Qwen Image API (Alibaba Cloud DashScope). Text-to-image.
qwen-wanx-comic-genGenerate comic/anime-style images with Tongyi Wanxiang (wan2.6-t2i). Requires DASHSCOPE_API_KEY.
stock-watcherManage a stock watchlist and summarize performance (data from 10jqka.com.cn). Add, remove, list, summarize.
web-scraperScrape web pages and save as HTML or Markdown (text and images). Minimal deps: requests, beautifulsoup4.
weibo-hot-searchQuery Weibo hot search / trending topics.
wuying-browser-useBrowser automation for testing, form filling, screenshots, and data extraction.

Usage and setup: see each skill's SKILL.md in its directory.

Repository structure

agentbay-skills/
├── agentbay-aio-skills/       # Code execution (SKILL.md + scripts)
├── agentbay-monitor-skills/   # Sentiment monitoring & reporting
├── amap-traffic/              # Amap traffic & route planning
├── boss-job-search/           # Boss Zhipin job search
├── china-stock-analysis/      # A-share analysis & valuation
├── douban-movie-review/       # Douban movie reviews
├── find-skills/               # Skill marketplace: search & install
├── im-reminder/               # IM scheduled reminders
├── moltbook-hot-posts/        # Moltbook hot posts
├── qwen-image/                # Qwen Image API
├── qwen-wanx-comic-gen/       # Wanx comic/anime image gen
├── stock-watcher/             # Stock watchlist & performance
├── web-scraper/               # Web page to HTML/Markdown
├── weibo-hot-search/          # Weibo trending
├── wuying-browser-use/        # Browser automation
└── README.md

License

See repository license file.