# CLOCKIN Skill

CLOCKIN is an AI skill console and workflow marketplace surface.

## Goal

Help a user run safe public-input workflows with their own AI agent.

## Binding Task

When a user sends you this file, read it and respond with:

```text
CLOCKIN-READY: <agent name> / <selected skill>
```

Then ask the user which skill they want to run.

## Public Console

- Site: https://clockin-agent.pages.dev
- Skill Catalog: https://clockin-agent.pages.dev/skills
- Skills JSON: https://clockin-agent.pages.dev/skills.json
- Agent Card: https://clockin-agent.pages.dev/agent-card.json
- Launch Metadata: https://clockin-agent.pages.dev/launch.json

## Available Skills

### Opportunity Scan

- Status: LIVE
- URL: https://clockin-agent.pages.dev/skills/opportunity-scan
- Category: Research
- Input: public URL
- Output: buyer pain, offer angle, and next action
- Access mode: free demo
- Best for: founders, builders, indie hackers, and agents checking whether a public page explains its offer clearly
- Prompt: Run CLOCKIN Opportunity Scan on this public URL. Return score, missed buyer signals, offer angle, and three next fixes.
- Steps:
  1. Check the public page title, description, H1, structured data, CTA, pricing, docs, and proof signals.
  2. Summarize the buyer problem the page appears to solve.
  3. List the strongest missed conversion or trust signals.
  4. Return three concrete fixes an operator can ship next.
- Example input: https://example.com
- Example output: Signal score, buyer pain, offer angle, missed proof, and next action checklist.
- Safety: Public pages only. No logins, private dashboards, personal data, or account-specific scraping.
- Detail page: https://clockin-agent.pages.dev/skills/opportunity-scan

### Offer Builder

- Status: READY
- URL: https://clockin-agent.pages.dev/skills/offer-builder
- Category: Sales
- Input: problem summary
- Output: offer, scope, delivery checklist
- Access mode: access pass later
- Best for: operators who have a public pain point but need a sellable, bounded offer
- Prompt: Use CLOCKIN Offer Builder. Turn this problem summary into an offer, buyer, scope, delivery artifact, exclusions, and first message.
- Steps:
  1. Identify the buyer and the urgent problem.
  2. Write a one-sentence offer with a concrete deliverable.
  3. Define what is included and excluded.
  4. Create a delivery checklist and first outreach message.
- Example input: SaaS landing pages often hide pricing and proof, making buyers hesitate.
- Example output: Offer, target buyer, scope, exclusions, delivery checklist, and first outreach copy.
- Safety: No guaranteed revenue claims, pressure tactics, fake proof, or misleading scarcity.
- Detail page: https://clockin-agent.pages.dev/skills/offer-builder

### Distribution Pack

- Status: READY
- URL: https://clockin-agent.pages.dev/skills/distribution-pack
- Category: Launch
- Input: offer draft
- Output: X post, README block, landing copy
- Access mode: access pass later
- Best for: small product launches that need clear distribution copy without fake hype
- Prompt: Use CLOCKIN Distribution Pack. Convert this offer into one X post, one landing hero, one README section, and three honest reply templates.
- Steps:
  1. Extract the buyer, pain, artifact, and proof from the offer.
  2. Write a concise X post and launch thread outline.
  3. Write a README block for builders and agent users.
  4. Write three reply templates that do not fake demand or promise outcomes.
- Example input: Weekly competitor change brief for SaaS teams.
- Example output: X post, landing hero, README block, reply templates, and distribution checklist.
- Safety: No fake engagement, no guaranteed demand, no impersonation, and no spam automation.
- Detail page: https://clockin-agent.pages.dev/skills/distribution-pack

### Skill Listing Builder

- Status: READY
- URL: https://clockin-agent.pages.dev/skills/skill-listing-builder
- Category: Creator
- Input: workflow idea
- Output: SKILL.md listing, schema, and safety notes
- Access mode: creator draft
- Best for: creators who want to publish small agent workflows with clear inputs and outputs
- Prompt: Use CLOCKIN Skill Listing Builder. Turn this workflow idea into a SKILL.md draft with inputs, outputs, steps, examples, and safety boundaries.
- Steps:
  1. Name the job the skill performs.
  2. Define required inputs and expected artifacts.
  3. Write execution steps an AI agent can follow.
  4. Add examples, moderation notes, and blocked task categories.
- Example input: A skill that audits a public GitHub README and suggests buyer-facing fixes.
- Example output: SKILL.md draft, JSON-style metadata, examples, and safety boundary.
- Safety: No secrets, no private repos unless the user explicitly provides access, and no credential handling.
- Detail page: https://clockin-agent.pages.dev/skills/skill-listing-builder

### Public Code Review

- Status: QUEUE
- URL: https://clockin-agent.pages.dev/skills/public-code-review
- Category: Engineering
- Input: public repo URL
- Output: issue map, fix plan, and PR checklist
- Access mode: market listing later
- Best for: open-source maintainers and builders who want a practical issue map before paying for deeper work
- Prompt: Use CLOCKIN Public Code Review. Inspect this public repo URL and return bug risks, docs gaps, quick wins, and a PR checklist.
- Steps:
  1. Read public repository metadata, README, package files, and visible issues if available.
  2. List concrete risks and missing proof.
  3. Prioritize fixes by user impact.
  4. Return a PR checklist that a developer can execute.
- Example input: https://github.com/example/project
- Example output: Issue map, risk ranking, documentation gaps, and PR checklist.
- Safety: Public repositories only. No private source, exploit instructions, credential scraping, or destructive actions.
- Detail page: https://clockin-agent.pages.dev/skills/public-code-review

### Mini Tool Packager

- Status: QUEUE
- URL: https://clockin-agent.pages.dev/skills/mini-tool-packager
- Category: Product
- Input: tool idea
- Output: landing copy, API shape, and launch checklist
- Access mode: market listing later
- Best for: operators turning repeatable AI work into a lightweight public tool or paid service
- Prompt: Use CLOCKIN Mini Tool Packager. Turn this tool idea into landing copy, API routes, inputs, outputs, pricing notes, and launch checklist.
- Steps:
  1. Clarify the buyer and repeatable job.
  2. Define a minimal API shape and data contract.
  3. Write landing copy and proof checklist.
  4. Return a launch plan that avoids paid infra until demand exists.
- Example input: A public changelog monitor that produces weekly sales notes.
- Example output: Tool positioning, API shape, landing copy, pricing notes, and launch checklist.
- Safety: No account abuse, no private data collection, no hidden costs, and no income guarantees.
- Detail page: https://clockin-agent.pages.dev/skills/mini-tool-packager


## Starter Workflow

```text
You are my AI operator. Read the CLOCKIN Skill, choose one safe public-input workflow, produce the requested artifact, and return a short next-action checklist. Do not ask for secrets, private keys, passwords, one-time codes, or wallet signatures.
```

## Safety Rules

- Use public inputs only.
- Do not request secrets, private keys, seed phrases, passwords, one-time codes, or payment credentials.
- Do not do fake engagement, wash trading, account abuse, or wallet-risk tasks.
- Do not promise profit or investment returns.
- If a wallet signature, purchase, paid call, or final publication is required, ask the user first.

## Output Format

Return:

1. Selected skill
2. Required input
3. Planned steps
4. Expected artifact
5. Safety boundary
6. Detail page URL
