AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified Apache-2.0 Self-run

Xiaohei Daily Query Vp

skill-vectorpeak-vectorpeak-agent-skills-xiaohei-daily-query-vp · by VectorPeak

Query the local Xiaohei Daily Assistant HTTP service for work timelines, Markdown work reports, 24-hour heat maps, and app usage duration statistics. Use when the user asks about 小黑日报助手, 日报, 工作时间线, 工作报告, 时段热力图, 应用使用时长, app usage, or productivity records from the local service at 192.168.11.212:8088.

No reviews yet
0 installs
12 views
0.0% view→install

Install

$ agentstack add skill-vectorpeak-vectorpeak-agent-skills-xiaohei-daily-query-vp

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-vectorpeak-vectorpeak-agent-skills-xiaohei-daily-query-vp)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Xiaohei Daily Query Vp? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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:

  • timeline
  • report
  • heat-map
  • app-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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.