Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
dfectuoso avatar

Frontpage Profile Dev

  • 9 installs
  • Updated July 19, 2026
  • dfectuoso/frontpage-sh-skills-dev

Manage ad campaigns and user profiles on frontpage marketplace.

About

Skill for frontpage platform operations. Handles profile management and advertisement placement workflow.

  • Profile and account management
  • Ad placement and campaign control

Frontpage Profile Dev by the numbers

  • 9 all-time installs (skills.sh)
  • Ranked #2,222 of 3,282 Productivity & Planning skills by installs in the Skillselion catalog
  • Data as of Jul 29, 2026 (Skillselion catalog sync)
npx skills add https://github.com/dfectuoso/frontpage-sh-skills-dev --skill frontpage-profile-dev

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs9
Last updatedJuly 19, 2026
Repositorydfectuoso/frontpage-sh-skills-dev

What it does

Manage ad campaigns and user profiles on frontpage marketplace.

Files

SKILL.mdMarkdownGitHub ↗

frontpage-profile-dev

Dev/testnet variant of frontpage-profile. That skill carries the full flow — endpoints, name rules, avatar limits, errors — and everything there applies here, with these overrides:

Install

npx skills add DFectuoso/frontpage-sh-skills-dev --copy

The dev repo bundles the base skills, so this one install gives you both this twin and the base skill it builds on.

Overrides

  • Base URL: $FRONTPAGE_BASE_URL if set, otherwise http://localhost:3000. Never https://www.frontpage.sh.
  • Network: Tempo Moderato testnet (chain id 42431). Pin mppx to it: export MPPX_RPC_URL=https://rpc.moderato.tempo.xyz.
  • Money: testnet USDC only — top up from the Tempo testnet faucet.
  • Keys: use a throwaway dev wallet. Never point a mainnet key at a dev instance.

Worked example

export FRONTPAGE_BASE_URL=http://localhost:3000
export MPPX_RPC_URL=https://rpc.moderato.tempo.xyz

# claim a name for the paying dev wallet ($0.01 testnet)
mppx $FRONTPAGE_BASE_URL/api/profile --json-body '{"name":"smoke tester"}'

When to use

Only when the user explicitly asks for dev / testnet / staging / localhost. If in doubt, use frontpage-profile (production).

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.