Skip to main content
Run any Skill in Manus
with one click
sirius-zuo
GitHub creator profile

sirius-zuo

Repository-level view of 33 collected skills across 6 GitHub repositories.

skills collected
33
repositories
6
updated
2026-06-23
repository explorer

Repositories and representative skills

extract-transactions
software-developers

Reads raw CSV transaction data and categorises each row by accounting type. First phase of the accountant workflow — no HITL.

2026-06-13
prepare-journal-entry
software-developers

Drafts a double-entry journal from categorised transactions. Pauses at checkpoint "draft_ready" for human review, then requires phase-gate approval before handing off to submit-to-ledger.

2026-06-13
submit-to-ledger
software-developers

Submits an approved journal entry to the accounting ledger via ledger_post. ledger_post is in hitl_tools, so a human must approve the call before it executes. Final phase — no NEXT_SKILL directive.

2026-06-13
analyzer
software-developers

Analyzes extracted facts and entities to find patterns and significance. Middle stage of the document pipeline — declares NEXT_SKILL: summarizer.

2026-06-12
extractor
software-developers

Extracts key facts, named entities, and dates from raw text. First stage of the document pipeline — declares NEXT_SKILL: analyzer.

2026-06-12
summarizer
software-developers

Writes a concise executive summary from analyzed document content. Final stage of the document pipeline — no NEXT_SKILL directive.

2026-06-11
account-mgmt
software-developers

Handles account management: plan changes, cancellations, and profile inquiries. Uses get_account_details tool.

2026-06-11
billing
software-developers

Handles billing inquiries: charges, invoices, payments, and refund requests. Uses lookup_invoice and check_refund_eligibility tools.

2026-06-11
Showing top 8 of 17 collected skills in this repository.
Showing 6 of 6 repositories
All repositories loaded
sirius-zuo Agent Skills | SkillsMP