Standardized Reddit skill for MediaUse. Includes Windows install, key onboarding, strict context/auth flow, full Reddit dynamic command map, and safety/rate controls.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Standardized Reddit skill for MediaUse. Includes Windows install, key onboarding, strict context/auth flow, full Reddit dynamic command map, and safety/rate controls.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when handling MediaUse Netflix Tudum tasks, including list/get/search actions with guest-first dynamic commands, multi-platform direct switching, and safe execution guardrails.
Use when handling MediaUse LinkedIn automation tasks, including jobs and people search, timeline and inbox retrieval, profile reads, safe connect/message flows, and Sales Navigator workflows, with Windows install, key onboarding, strict context/auth flow, full dynamic command map, and safety/rate controls.
Use when handling MediaUse Product Hunt automation tasks, including launch feed retrieval, hot ranking, single product detail extraction, and category browse search, with Windows install, key onboarding, strict context/auth flow, and safety/rate controls.
Standardized Twitter/X skill for MediaUse. Includes Windows install, key onboarding, strict context/auth flow, full Twitter/X dynamic command map, and safety/rate controls.
Standardized Weixin Official Account skill for MediaUse. Includes Windows install, key onboarding, strict context/auth flow, full weixin dynamic command map, and safety/rate controls.
Standardized arXiv skill for MediaUse. Includes Windows install, key onboarding, strict context/auth flow, full arXiv dynamic command map, and safety/rate controls.
| name | |
| description | Standardized Reddit skill for MediaUse. Includes Windows install, key onboarding, strict context/auth flow, full Reddit dynamic command map, and safety/rate controls. |
Handle Reddit monitoring and interaction with standardized flows for feeds, search, thread reads, profile views, and engagement actions.
Use this skill when the task targets Reddit 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 --show.auth health.mediause plugin list --json
mediause plugin add reddit --json
mediause reddit -h
mediause reddit get -h
use account must be executed successfully before any fetch/publish action.
use account argument format:
<platform:account_id>account_id should be selected from mediause auth list --json.For Reddit skill, always use visible mode with --show.
Reason:
--show usually lowers repeated anti-bot/challenge interception risk for Reddit flows.mediause auth list --json
mediause use account reddit:<account_id> --policy balanced --show --json
auth health is valid only after successful use account.
mediause auth health --json
If auth health indicates not logged in/expired:
mediause auth login reddit --json
mediause use account reddit:<account_id> --policy balanced --show --json
mediause auth health --json
If page shows unusual traffic, captcha, or risk confirmation:
mediause use account reddit:<account_id> --policy balanced --show --json
Complete verification manually, then rerun the action.
Manifest default account id is guest. Guest mode can be used only for read-only actions when the runtime supports unauthenticated reddit:guest context (that is, mediause use account reddit:guest --show --json succeeds):
mediause use account reddit:guest --show --json
Guest mode rules:
account/get/search/read/user/collection fetch intents).engage.comment, engage.save, engage.upvote, engage.subscribe).Source schema:
plugin.redditcrates/platforms/plugins/reddit/manifest.yamlmediause reddit account health --jsonmediause reddit get hot [--subreddit <name>] [--limit <n>] --jsonmediause reddit get popular [--limit <n>] --jsonmediause reddit get frontpage [--limit <n>] --jsonmediause reddit get subreddit --name <subreddit> [--sort <sort>] [--time <time>] [--limit <n>] --jsonmediause reddit search posts --query <query> [--subreddit <name>] [--sort <sort>] [--time <time>] [--limit <n>] --jsonmediause reddit read item --post-id <post_id> [--sort <sort>] [--limit <n>] [--depth <n>] [--replies <n>] [--max-length <n>] --jsonmediause reddit user profile --username <username> --jsonmediause reddit user posts --username <username> [--limit <n>] --jsonmediause reddit user comments --username <username> [--limit <n>] --jsonmediause reddit collection saved [--limit <n>] --jsonmediause reddit collection upvoted [--limit <n>] --jsonmediause reddit engage comment --post-id <post_id> --text <text> --jsonmediause reddit engage save --post-id <post_id> [--undo <bool>] --jsonmediause reddit engage upvote --post-id <post_id> [--direction <up|down|none>] --jsonmediause reddit engage subscribe --subreddit <name> [--undo <bool>] --jsonApply these constraints for all actions to reduce account risk and keep behavior human-like.
Quick policy matrix:
engage.comment: <= 30/hour, >= 30s spacingengage.save / engage.upvote / engage.subscribe: <= 30/hour, >= 10s spacingsearch/get/read/user/collection: <= 60/min, >= 1s spacingpost_id / subreddit): >= 60s between repeated interactionsIf a limit is hit:
--json output for machine workflows.mediause use account reddit:<account_id> --show --json
mediause auth health --json
mediause reddit get popular --limit 20 --json
mediause reddit read item --post-id <post_id> --limit 30 --depth 3 --json
mediause trace last --json
mediause use account reddit:<account_id> --show --json
mediause auth health --json
mediause reddit get subreddit --name "rust" --sort new --limit 20 --json
mediause reddit search posts --query "async" --subreddit "rust" --limit 10 --json
mediause trace last --json
mediause use account reddit:<account_id> --show --json
mediause auth health --json
mediause reddit engage upvote --post-id <post_id> --direction up --json
mediause reddit engage comment --post-id <post_id> --text "Thanks for sharing" --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 reddit:<account_id> --show --json.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 reddit --json
mediause reddit -h
mediause reddit get -h
# context + status (show required)
mediause auth list --json
mediause use account reddit:<account_id> --show --json
mediause auth health --json
# read actions
mediause reddit account health --json
mediause reddit get hot --subreddit "technology" --limit 20 --json
mediause reddit get popular --limit 20 --json
mediause reddit search posts --query "browser automation" --limit 10 --json
mediause reddit read item --post-id <post_id> --limit 20 --json
mediause reddit user profile --username <username> --json
mediause reddit collection saved --limit 20 --json
# write actions
mediause reddit engage upvote --post-id <post_id> --direction up --json
mediause reddit engage save --post-id <post_id> --json
mediause reddit engage subscribe --subreddit "technology" --json
mediause reddit engage comment --post-id <post_id> --text "Nice thread" --json
# trace
mediause trace last --json
Skill Metadata Maintainer: @mediause-demo Last-Updated: 2026-05-21 Version: v1