openserv-launch
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.
Stop for confirmation before installing.
Review the plan and obtain explicit user consent before changing files.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
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.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
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 RiskStatic 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.
Confirmed security concerns (1)
Risk Factors
โ๏ธ External commands (50)
๐ Network access (49)
๐ Env variables (6)
๐ Filesystem access (1)
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.
Copy report link
https://skillstore.io/skills/internet-court-openserv-launch/audits/2?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](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/2BibTeX 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: MediumWhat 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 how the OpenServ Launch API creates a Base token, pool, locker, and trading links.
Help me prepare the required token name, symbol, wallet, and optional metadata for an OpenServ launch.
Review my plan for calling the OpenServ launch and token listing endpoints from a TypeScript service.
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?
Does the skill deploy tokens by itself?
Which blockchain network does it target?
Does it require private keys?
What data is sent to OpenServ?
Is it safe for autonomous agents?
Developer Details
Author
internet-courtLicense
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Repository
https://github.com/internet-court/internet-court-skill/tree/main/vendored/openserv/openserv-launchRef
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