foxmaster77
Community@foxmaster77
foxmaster77 provides read-only skills for ISO date-range resolution, URL summarization, code auditing, hive coordination, and Chinese editorial illustration generation.
Agent Skills by foxmaster77
Showing 18 vetted skills indexed across 1 GitHub repositories.
temporal
Resolve named time windows to concrete ISO date ranges relative to run time.
md-fetch-summarize
Fetches a URL and returns a concise markdown summary of its content.
thisYear
Resolves the current year-to-date window into ISO dates and UTC instants.
last7Days
Resolves a rolling 7-day window into ISO dates and UTC instants.
lastMonth
Resolves the previous calendar month into ISO dates and UTC instants.
capabilities
Catalogs temporal date-range skills and brokered external integrations for spawned worker agents.
thisMonth
Resolves this month to date into ISO dates and UTC instants.
today
Resolves the word today into concrete ISO dates and UTC instants.
thisQuarter
Resolve the current quarter-to-date window into ISO dates and UTC instants.
lastYear
Resolves the previous calendar year into ISO dates and UTC instants.
yesterday
Resolves yesterday to inclusive civil dates and exact UTC instants.
last30Days
Resolves the last 30 days into concrete ISO dates and UTC instants.
thisWeek
Resolves this week to date into ISO dates and UTC instants.
md-audit
Scans a codebase for bugs, dead code, and security hotspots and returns a prioritized findings report.
md-hive-sync
Reads memory files and processes inbox messages for hive agent coordination.
lastWeek
Resolves the previous full week into ISO dates and UTC instants.
lastQuarter
Resolves the previous full quarter to ISO dates and UTC instants.
ian-xiaohei-illustrations
Generates hand-drawn 16:9 article illustrations featuring the Xiaohei character for Chinese blog content.
Frequently Asked Questions About foxmaster77
FAQPage SchemaWhat tasks can I accomplish with foxmaster77's skills?▼
You can resolve named time windows (today, last7Days, thisQuarter, lastYear, and arbitrary lastNdays/weeks/months) into concrete ISO date ranges, fetch and summarize URLs as markdown, run read-only code quality audits, sync hive memory and inbox state, and generate Ian-style Chinese editorial illustrations.
Who are these skills designed for?▼
Engineers and analysts running time-scoped reporting tasks (YTD metrics, weekly digests, month-end summaries), developers requesting quick codebase audits, spawned workers needing a capability catalog via the loopback broker, and content creators producing Chinese articles needing hand-drawn Xiaohei-style illustrations.
How do the temporal date-range skills work at runtime?▼
Each skill runs via Bash and converts a named window—such as lastWeek (previous Mon–Sun) or thisMonth (1st to today)—into inclusive civil dates plus exact UTC instants relative to run time. They are read-only: no writes and no network access.
What permissions and dependencies do these skills require?▼
Most temporal skills require only Bash and are fully read-only with no network access. md-fetch-summarize uses WebFetch plus Bash, md-audit uses Read, Bash, and Grep, and md-hive-sync uses Read and Bash to check memory.md and the inbox directory.
Are foxmaster77's skills safe to run against production data?▼
Yes. The temporal, audit, fetch, and hive-sync skills are explicitly read-only: they write no files, make no edits, and the date-range skills perform no network calls. md-audit only scans and reports prioritized findings without modifying source code.