qiushido
Community@qiushido · Hangzhou,China
study makes me happy!
Agent Skills by qiushido
Showing 8 vetted skills indexed across 1 GitHub repositories.
picoclaw-lite-agent
Configure, debug, and extend the PicoClaw AI assistant CLI and gateway.
agent-browser
Automates browser navigation, form filling, and data extraction via Chrome DevTools Protocol.
hardware
Read and control I2C and SPI peripherals on Sipeed embedded boards.
summarize
Summarize URLs, local files, and YouTube videos using the summarize CLI.
skill-creator
Create, update, and review Picoclaw skills with structured SKILL.md guidance.
github
Interact with GitHub issues, pull requests, and CI runs using the gh CLI.
tmux
Remote-control tmux sessions by sending keystrokes and scraping pane output.
weather
Fetches current weather and forecasts via wttr.in and Open-Meteo APIs.
Frequently Asked Questions About qiushido
FAQPage SchemaWhat tasks can I accomplish with qiushido's PicoClaw skills?▼
You can configure and debug the PicoClaw runtime, automate browser navigation and form filling, control I2C/SPI hardware on Sipeed boards, manage GitHub issues and pull requests, remote-control tmux sessions, summarize URLs and podcasts, fetch weather forecasts, and author new PicoClaw skills.
Who are these skills designed for?▼
They target developers and tinkerers working with the PicoClaw agent runtime: engineers automating web interactions, embedded hobbyists using Sipeed LicheeRV Nano or MaixCAM boards, and maintainers handling GitHub repositories, terminal sessions, or reusable skill authoring.
How do I install the required dependencies?▼
Each skill declares its installer: agent-browser installs globally via npm, summarize via the steipete/tap Homebrew formula, and the GitHub CLI via brew or apt. tmux requires the tmux binary on macOS or Linux, and weather needs only curl.
What prerequisites does the hardware skill need?▼
The hardware skill requires a Sipeed board such as LicheeRV Nano, MaixCAM, or NanoKVM with accessible I2C and SPI interfaces. It reads and controls connected peripherals directly on those boards, with documentation hosted on the Sipeed wiki.
Does the weather skill require an API key or paid account?▼
No. The weather skill fetches current conditions and forecasts with verified location matching and explicitly requires no API key. Its only dependency is the curl binary, and usage details are documented at wttr.in/:help.