Skills openserv-launch
๐Ÿ“ฆ

openserv-launch

Content revision r1 High Risk โš™๏ธ External commands๐ŸŒ Network access๐Ÿ”‘ Env variables๐Ÿ“ Filesystem access

Launch Base Tokens with OpenServ

Launching a Base token requires API fields, wallet details, and launch checks. This skill provides OpenServ API guidance, examples, and troubleshooting for token launches.

Supports: Claude Codex Code(CC)
โš ๏ธ 38 Poor

Install with my Agent

Copy this request to your Agent. It includes the canonical Skill page and manifest.

Agent request
Review the Skillstore skill "openserv-launch" from https://skillstore.io/skills/internet-court-openserv-launch.md and its manifest at https://skillstore.io/api/skills/internet-court-openserv-launch/manifest. Verify the artifact. Stop and obtain explicit user consent before installing or changing files.

Your Agent should still show its plan and request any confirmation required by the security policy.

Test it

Using "openserv-launch". What happens when I launch a token?

Expected outcome:

The API creates a Base ERC-20 token, an Aerodrome pool, a locked LP position, and public trading links.

Using "openserv-launch". Check my launch plan before I submit it.

Expected outcome:

  • Confirm the creator wallet is a valid Base mainnet address.
  • Verify the token name, symbol, image URL, website, and Twitter handle.
  • Confirm that the launch is intended before calling the API.

Using "openserv-launch". The API says the daily launch limit was reached.

Expected outcome:

Wait 24 hours from the prior launch or use a different eligible creator wallet.

Security Audit

High Risk
v2 โ€ข 7/21/2026 Open versioned report

Static matches are false positives caused by TypeScript template literals, documentation, validation text, and expected API configuration. The skill does provide a real token-launch capability that sends user-supplied parameters to an external service without a shown final confirmation gate. Treat launches as irreversible financial operations and require explicit approval.

7
Files scanned
1,308
Lines analyzed
0
Review items
0
False positives ignored

Confirmed security concerns (1)

High
Irreversible Token Launch Lacks a Final Confirmation Gate
The agent capability forwards collected launch arguments directly to an external launch endpoint. The documented flow does not require a final confirmation immediately before an irreversible token deployment.
Both examples expose a launch capability that posts user-supplied arguments to the launch endpoint. No final confirmation or transaction review is shown before the external operation.

Risk Factors

โš™๏ธ External commands (50)
๐ŸŒ Network access (49)
๐Ÿ”‘ Env variables (6)
๐Ÿ“ Filesystem access (1)
Audited by: claude View Audit History โ†’
Share & cite this report

Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.

Open versioned report
Security Assessment

Copy report link

https://skillstore.io/skills/internet-court-openserv-launch/audits/2?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report

Markdown badge

[![Skillstore security assessment](https://skillstore.io/badges/skills/internet-court-openserv-launch/security.svg)](https://skillstore.io/skills/internet-court-openserv-launch?utm_source=security_passport_badge)

HTML badge

<a href="https://skillstore.io/skills/internet-court-openserv-launch?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/internet-court-openserv-launch/security.svg" alt="Skillstore security assessment" loading="lazy"></a>

Embed card

<iframe src="https://skillstore.io/embed/skills/internet-court-openserv-launch.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>
Academic citations (APA ยท BibTeX ยท CFF)

APA citation

internet-court. (2026). openserv-launch security audit report (audit version 2) [Author version unspecified]. Skillstore. https://skillstore.io/skills/internet-court-openserv-launch/audits/2

BibTeX citation

@techreport{internet-court-internet-court-openserv-launch-2026, author = {internet-court}, title = {openserv-launch security audit report (audit version 2)}, institution = {Skillstore}, year = {2026}, number = {2}, url = {https://skillstore.io/skills/internet-court-openserv-launch/audits/2}, note = {Author version unspecified} }

CITATION.cff

cff-version: 1.2.0 message: "If you use this Skill, cite its author and this versioned security audit report." title: "openserv-launch security audit report (audit version 2)" version: "unspecified" type: report authors: - name: "internet-court" date-released: "2026-07-21" url: "https://skillstore.io/skills/internet-court-openserv-launch/audits/2" identifiers: - type: other value: "skillstore:internet-court-openserv-launch:audit:2" description: "Skillstore immutable audit report identifier"

Skillstore Score

Why this score Evidence Confidence: Medium
55
Architecture
85
Maintainability
87
Content
65
Community
91
Spec Compliance

What You Can Build

Integrate Token Launches

Build a service that submits token metadata and a creator wallet to the OpenServ launch endpoint.

Add Agent Launch Capability

Create an OpenServ agent that collects launch fields and calls the launch API after user approval.

Debug Launch Failures

Map API validation, rate limit, and transaction errors to clear recovery steps.

Try These Prompts

Explain the Launch Flow
Explain how the OpenServ Launch API creates a Base token, pool, locker, and trading links.
Prepare a Launch Request
Help me prepare the required token name, symbol, wallet, and optional metadata for an OpenServ launch.
Review an Integration Plan
Review my plan for calling the OpenServ launch and token listing endpoints from a TypeScript service.
Design a Guarded Agent
Design an OpenServ agent capability that launches tokens only after explicit human confirmation and clear risk disclosure.

Best Practices

  • Require explicit user confirmation before any launch request is sent.
  • Verify wallet addresses, token metadata, and public links before launch.
  • Keep API keys and local environment files out of source control.

Avoid

  • Launching tokens from an autonomous agent without a final human approval step.
  • Using placeholder wallets, image URLs, or websites in production launch requests.
  • Running update or install commands from untrusted repositories without review.

Frequently Asked Questions

What does this skill help me do?
It helps you use the OpenServ Launch API to launch and inspect Base ERC-20 tokens.
Does the skill deploy tokens by itself?
No. It provides instructions and examples that call the external OpenServ API.
Which blockchain network does it target?
The documentation targets Base Mainnet, using Aerodrome concentrated liquidity pools.
Does it require private keys?
The examples do not handle private keys. They use wallet addresses and external API calls.
What data is sent to OpenServ?
Launch requests can send token metadata, creator wallet addresses, websites, image URLs, and Twitter handles.
Is it safe for autonomous agents?
Use it with a human confirmation gate because launches are public Base Mainnet actions.

Developer Details

License

MIT

Skillstore revision

r1

Version notice

The author did not declare a version.

Ref

3f6e026a3363e0954ede7bef0cfe88d4475de137

Maintenance freshness

7/21/2026

Usage

1 downloads ยท 0 views

File structure

๐Ÿ“ examples/

๐Ÿ“„ agent-launcher.ts

๐Ÿ“„ env.example

๐Ÿ“„ launch-token.ts

๐Ÿ“„ list-tokens.ts

๐Ÿ“„ reference.md

๐Ÿ“„ SKILL.md

๐Ÿ“„ troubleshooting.md