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

Aitne-sh

Repository-level view of 40 collected skills across 1 GitHub repositories.

skills collected
40
repositories
1
updated
2026-07-02
repository explorer

Repositories and representative skills

context
computer-occupations-all-other

Load when reading or writing project notes, weekly/monthly summaries, or journal/agent.md. Owns GET/PATCH for context files except today.md and roadmap.md, which use their dedicated skills.

2026-07-02
agent-create
computer-occupations-all-other

Load when the user wants an ongoing task on a fixed cadence (every morning, each Monday, hourly) to run autonomously as its own named recurring Agent. Creates it via POST /api/agents. Not for one-time reminders (use schedule) or app-data background fetches (use managed-tasks).

2026-07-02
sources
file-clerks-434071

Load to manage the durable source library (user-sent PDFs/PPTX/docs) — list unfiled sources, file them as knowledge/sources/ cards, promote images, or send a stored source back. SKIP for delivering files you generated this turn (attach) or general vault edits (context).

2026-07-02
background-task
software-developers

Hand a long-running or open-ended task (deep research, multi-repo CI audit, monitor X over time, bulk compile) to /api/background-task. Compose a self-contained brief, set the notification policy, POST, ack, end the turn. Read GET /:id for follow-up detail.

2026-07-02
board
software-developers

Read-only Task Board — list everything in motion (recurring DMs, Agents, app-fetch, automation triggers, reminders, background/browser work) via GET /api/tasks, and preview a delete's blast radius via GET /api/tasks/impact. For writes use the `task` skill.

2026-07-01
browser-task
software-developers

Hand open-ended browser requests (post a tweet, fill a contact form, check an order status, …) to /api/browser-task. Relay sub-agent clarifications, POST /clarify with the reply, /cancel on stop.

2026-07-01
schedule
software-developers

Schedule future agent wake-ups, pre-composed DMs, or recurring tasks via /api/schedule. Use when registering a timed follow-up, a one-off reminder, or de-duping against pending schedules.

2026-07-01
task
software-developers

Unified write facade for tracked work — create/edit/delete any task through one path. POST /api/tasks {kind: reminder|dm|agent|app_fetch|background}; PATCH/DELETE /api/tasks/<ref>. Forwards to the hardened owners (dedup, cascade, dm_session split intact).

2026-07-01
Showing top 8 of 40 collected skills in this repository.
Showing 1 of 1 repositories
All repositories loaded
Aitne-sh Agent Skills | SkillsMP