Install
$ agentstack add skill-vectorpeak-vectorpeak-agent-skills-xiaohei-daily-query-vp ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Xiaohei Daily Query
Core Rule
Before every user request, fetch the latest API Markdown document from:
GET http://192.168.11.212:8088/
Do not rely on a memorized endpoint list. Read the live Markdown, parse the available endpoint paths, methods, parameters, request examples, and response shape, then choose the correct endpoint for the user's request.
Supported User Intents
Handle natural-language requests for:
- Work timeline records for a date or date range.
- Work reports for a date or date range, returned as Markdown content.
- Hourly heat-map data for a date range.
- App usage duration summaries for a date or date range.
If the user does not specify a date, omit startDate and endDate so the service uses its current default. For timeline, report, and app usage this normally means today; for heat-map this normally means the recent default window described in the live docs.
Use YYYY-MM-DD dates unless the user explicitly asks for a precise time range.
Recommended Script
Use the bundled helper:
& "C:\Users\ZXY\.cache\codex-runtimes\codex-primary-runtime\dependencies\python\python.exe" `
"C:\Users\ZXY\.codex\skills\xiaohei-daily-query-vp\scripts\query_xiaohei.py" `
--intent report --start-date 2026-06-29 --end-date 2026-06-29
The script always fetches GET / first, extracts the live GET endpoints from the Markdown, maps the requested intent to the currently documented path, calls the selected endpoint, validates the unified JSON envelope, and prints a compact Markdown summary.
Intent values:
timelinereportheat-mapapp-usage
The script also accepts --query for lightweight natural-language intent detection:
& "" "\scripts\query_xiaohei.py" --query "查一下今天应用使用时长"
Response Style
Summarize the returned data directly for the user:
- For reports, preserve useful Markdown report content and mention report titles/date ranges.
- For timelines, group records by time and category.
- For heat maps, highlight focus minutes, active period, top category, and hourly distribution if relevant.
- For app usage, convert seconds into readable hours/minutes and list apps in returned order.
If the service returns code != 0, explain the error message and include the endpoint that was attempted.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: VectorPeak
- Source: VectorPeak/vectorpeak-agent-skills
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.