Best for
- Use when handling MediaUse Hacker News automation tasks, including story list retrieval, story search, item thread reading, and user profile lookup, with Windows install, key onboarding, strict context/auth flow, full d…
mediause/agent-skills/hackernews/SKILL.md
Use when handling MediaUse Hacker News automation tasks, including story list retrieval, story search, item thread reading, and user profile lookup, with Windows install, key onboarding, strict context/auth flow, full dynamic command map, and safety/rate controls.
Decision brief
Track Hacker News stories and discussions through a clean workflow for lists, search, thread reading, and user inspection.
Compatibility matrix
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Not declared | No explicit evidence | Portability before use |
| Claude Code | Not declared | No explicit evidence | Portability before use |
| Cursor | Not declared | No explicit evidence | Portability before use |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/mediause/agent-skills --skill "hackernews"Inspect the Agent Skill "hackernews" from https://github.com/mediause/agent-skills/blob/766e5075b28b3acd541436a7e3b3e21cdc38da01/hackernews/SKILL.md at commit 766e5075b28b3acd541436a7e3b3e21cdc38da01. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.
Workflow
Review the “3.1 Discover and plugin setup” section in the pinned source before continuing.
Review the “6. Workflow Examples” section in the pinned source before continuing.
powershell -C "iwr https://release.mediause.dev/install.ps1 -UseBasicParsing | iex" mediause --version
Use this skill when the task targets Hacker News operations such as:
Use the official install script for Windows:
Permission review
The documentation asks the agent to run terminal commands or scripts.
Before every run, execute the install script once to auto-install or auto-upgrade to the latest MediaUse CLI.The documentation includes network, browsing, or remote request actions.
powershell -C "iwr https://release.mediause.dev/install.ps1 -UseBasicParsing | iex"The documentation asks the agent to run terminal commands or scripts.
First step on every run: execute install script once to auto-install/auto-upgrade the latest MediaUse CLI.The documentation includes network, browsing, or remote request actions.
powershell -C "iwr https://release.mediause.dev/install.ps1 -UseBasicParsing | iex"Evidence record
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 75/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 9 | Source | Repository attention, not individual Skill quality |
| Compatibility | 0 platforms | Source | Declared in the catalog source record |
| Usage guide | automated source guide | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
Track Hacker News stories and discussions through a clean workflow for lists, search, thread reading, and user inspection.
Use this skill when the task targets Hacker News operations such as:
Use the official install script for Windows:
https://release.mediause.dev/install.ps1 Mandatory update rule:
Before every run, execute the install script once to auto-install or auto-upgrade to the latest MediaUse CLI.
Run:
powershell -C "iwr https://release.mediause.dev/install.ps1 -UseBasicParsing | iex"
Then verify :
mediause --version
Current support status:
Recommended skill install path:
mediause manage key <your_key> --json
Always follow this order:
First step on every run: execute install script once to auto-install/auto-upgrade the latest MediaUse CLI.
use account.auth health.mediause plugin list --json
mediause plugin add hackernews --json
mediause hackernews -h
mediause hackernews get -h
use account must be executed successfully before any fetch/read action.
use account argument format:
<platform:account_id>account_id should be selected from mediause auth list --json.mediause auth list --json
mediause use account hackernews:guest --policy balanced --json
If challenge/risk prompts appear, reopen in visible mode:
mediause use account hackernews:guest --policy balanced --show --json
--show usually lowers repeated interception risk in challenged sessions.
auth health is valid only after successful use account.
mediause auth health --json
If auth health indicates not logged in/expired for a non-guest account:
mediause auth login hackernews --json
mediause use account hackernews:<account_id> --policy balanced --json
mediause auth health --json
Hacker News plugin exposes guest as default account context.
mediause use account hackernews:guest --json
Guest mode rules:
Source schema:
plugin.hackernewscrates/platforms/plugins/hackernews/manifest.yamlmediause hackernews get top [--limit <n>] --jsonmediause hackernews get best [--limit <n>] --jsonmediause hackernews get ask [--limit <n>] --jsonmediause hackernews get new [--limit <n>] --jsonmediause hackernews get show [--limit <n>] --jsonmediause hackernews get jobs [--limit <n>] --jsonmediause hackernews search stories --query <text> [--limit <n>] [--sort <value>] --jsonmediause hackernews read item --id <item_id> [--limit <n>] [--depth <n>] [--replies <n>] [--max-length <n>] --jsonmediause hackernews user profile --username <name> --jsonApply these constraints for all actions to reduce risk and keep behavior stable.
Suggested limits:
Minimum spacing:
Same-target guardrails:
If a limit is hit:
--json output for machine workflows.mediause use account hackernews:guest --json
mediause hackernews get top --limit 20 --json
mediause trace last --json
mediause use account hackernews:guest --json
mediause hackernews search stories --query "rust" --limit 10 --sort relevance --json
mediause hackernews read item --id <item_id> --depth 2 --replies 20 --max-length 2000 --json
mediause trace last --json
mediause use account hackernews:guest --json
mediause hackernews user profile --username <username> --json
mediause trace last --json
Before run:
Before every run, execute the install script once.
https://release.mediause.dev/install.ps1 on Windows.mediause --version works.mediause use account <platform:account_id>.mediause auth health --json checked after context bind when non-guest account is used.mediause auth login hackernews --json and re-bind context.During run:
After run:
# always run once before each workflow (auto-upgrade latest)
powershell -C "iwr https://release.mediause.dev/install.ps1 -UseBasicParsing | iex"
mediause --version
# discover
mediause plugin list --json
mediause plugin add hackernews --json
mediause hackernews -h
mediause hackernews get -h
# context + status
mediause auth list --json
mediause use account hackernews:guest --json
mediause auth health --json
# read actions
mediause hackernews get top --limit 20 --json
mediause hackernews search stories --query "ai" --limit 10 --json
mediause hackernews read item --id <item_id> --depth 2 --json
# trace
mediause trace last --json
Skill Metadata Maintainer: @mediause-team Last-Updated: 2026-05-21 Version: v1
Alternatives
event4u-app/agent-config
Use when the user says "review the design", "check the UI", or wants a comprehensive UI/UX review. Uses a 7-phase methodology covering interaction, responsiveness, accessibility, and more.
K-Dense-AI/scientific-agent-skills
Distributed computing for larger-than-RAM pandas/NumPy workflows. Use when you need to scale existing pandas/NumPy code beyond memory or across clusters. Best for parallel file processing, distributed ML, integration with existing pandas code. For out-of-core analytics on single machine use vaex; for in-memory speed use polars.
K-Dense-AI/scientific-agent-skills
Medicinal chemistry filters for compound triage. Apply drug-likeness rules (Lipinski, Veber, CNS), structural alert catalogs (PAINS, NIBR, ChEMBL), complexity metrics, and the medchem query language for library filtering.
K-Dense-AI/scientific-agent-skills
Use NeuroKit2 to build or audit reproducible research workflows for physiological time-series preprocessing, event/interval analysis, multimodal alignment, variability, and complexity. Trigger when code imports neurokit2 or needs its current APIs, schemas, and method-aware validation—not for diagnosis or device validation.