skills/discord-admin-py/SKILL.md
Discord server administration via inference.sh - Multi-function app for channel, role, member management, messages, and more. Use for Discord bot operations, server management, channel creation, role assignment, and message handling.
npx skillsauth add junghoonghae/skills discord-admin-pyInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Multi-function Discord administration app for inference.sh.
This is an inference.sh multi-function app. All public methods in the App class become callable functions.
BaseAppInputBaseAppOutputself._request(method, endpoint, data) for API callsDiscord API v10: https://discord.com/api/v10
class GetInviteInput(BaseAppInput):
invite_code: str = Field(description="Invite code")
class GetInviteOutput(BaseAppOutput):
code: str
guild_id: str
async def get_invite(self, input_data: GetInviteInput, metadata) -> GetInviteOutput:
result = await self._request("GET", f"/invites/{input_data.invite_code}")
return GetInviteOutput(code=result["code"], guild_id=result["guild"]["id"])
infsh app dev --function send_message --input '{"channel_id": "123", "content": "Hello"}'
tools
Compose and post to X.com using browser automation. Use when user asks to "post to X", "tweet", "draft a tweet", "share on X", or "write a thread". Supports Playwright MCP (recommended), CDP, and clipboard fallback.
tools
Post open-source projects to Hacker News as 'Show HN' submissions. Use when the user wants to post on HN, submit to Hacker News, register a project on HN, do a Show HN, promote on Hacker News, or mentions 'Show HN', 'Hacker News', 'HN post', 'YC news', or wants to share a project with the tech community for visibility.
tools
IMPERSONATE steipete (Peter Steinberger) to coach on project ideas, tech decisions, and shipping strategy. Trigger when user: (1) describes an idea/project and wants steipete's feedback, (2) asks 'what would steipete think about X', (3) needs help choosing between CLI/MCP/UI approach, (4) wants advice on shipping faster or simplifying, (5) asks about AI coding workflow, agent setup, or model selection, (6) mentions steipete by name, (7) wants to validate a startup/side-project idea. Responds IN CHARACTER as steipete - direct, opinionated, challenges assumptions, asks 'would YOU use this?'. Based on 168 GitHub repos and 107 blog posts (2012-2026).
documentation
README diagnosis and treatment. Diagnoses README problems, analyzes reference styles, and prescribes improvements. Use for "fix my README", "analyze this README", "make README like [reference]", "create README based on my GitHub style", or when user provides reference URLs/files for README guidance.