foxmaster77 avatar

foxmaster77

Community

@foxmaster77

2Followers
|
10Public Repos
|
18Published Skills

foxmaster77 provides read-only skills for ISO date-range resolution, URL summarization, code auditing, hive coordination, and Chinese editorial illustration generation.

Skills Distribution
DomainDeveloper To...Temporal Date-Rang.. (55%)Static Code Auditing (15%)Web Content Summar.. (10%)Multi-Agent Coordi.. (10%)

Agent Skills by foxmaster77

Showing 18 vetted skills indexed across 1 GitHub repositories.

foxmaster77foxmaster77
1

temporal

Resolve named time windows to concrete ISO date ranges relative to run time.

Community
Basic
foxmaster77foxmaster77
1

md-fetch-summarize

Fetches a URL and returns a concise markdown summary of its content.

Community
Basic
foxmaster77foxmaster77
1

thisYear

Resolves the current year-to-date window into ISO dates and UTC instants.

Community
Basic
foxmaster77foxmaster77
1

last7Days

Resolves a rolling 7-day window into ISO dates and UTC instants.

Community
Basic
foxmaster77foxmaster77
1

lastMonth

Resolves the previous calendar month into ISO dates and UTC instants.

Community
Basic
foxmaster77foxmaster77
1

capabilities

Catalogs temporal date-range skills and brokered external integrations for spawned worker agents.

Community
Intermediate
foxmaster77foxmaster77
1

thisMonth

Resolves this month to date into ISO dates and UTC instants.

Community
Basic
foxmaster77foxmaster77
1

today

Resolves the word today into concrete ISO dates and UTC instants.

Community
Basic
foxmaster77foxmaster77
1

thisQuarter

Resolve the current quarter-to-date window into ISO dates and UTC instants.

Community
Basic
foxmaster77foxmaster77
1

lastYear

Resolves the previous calendar year into ISO dates and UTC instants.

Community
Basic
foxmaster77foxmaster77
1

yesterday

Resolves yesterday to inclusive civil dates and exact UTC instants.

Community
Basic
foxmaster77foxmaster77
1

last30Days

Resolves the last 30 days into concrete ISO dates and UTC instants.

Community
Basic
foxmaster77foxmaster77
1

thisWeek

Resolves this week to date into ISO dates and UTC instants.

Community
Basic
foxmaster77foxmaster77
1

md-audit

Scans a codebase for bugs, dead code, and security hotspots and returns a prioritized findings report.

Community
Basic
foxmaster77foxmaster77
1

md-hive-sync

Reads memory files and processes inbox messages for hive agent coordination.

Community
Basic
foxmaster77foxmaster77
1

lastWeek

Resolves the previous full week into ISO dates and UTC instants.

Community
Basic
foxmaster77foxmaster77
1

lastQuarter

Resolves the previous full quarter to ISO dates and UTC instants.

Community
Basic
foxmaster77foxmaster77
1

ian-xiaohei-illustrations

Generates hand-drawn 16:9 article illustrations featuring the Xiaohei character for Chinese blog content.

Community
Intermediate

Frequently Asked Questions About foxmaster77

FAQPage Schema
What 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.