Skip to content

feat: add meteora-dlmm-pool-screening skill - #3246

Open
romankurnovskii wants to merge 1 commit into
github:mainfrom
romankurnovskii:add-meteora-dlmm-pool-screening
Open

romankurnovskii wants to merge 1 commit into
github:mainfrom
romankurnovskii:add-meteora-dlmm-pool-screening

Conversation

@romankurnovskii

Copy link
Copy Markdown

Adds a read-only skill that screens and ranks Meteora DLMM pools for LP quality using public Meteora APIs.

What it does

  • Queries Meteora's public datapi (no API key) and ranks candidate pools by fee/TVL and organic score.
  • Ships scripts/screen.py (Python 3 stdlib only), references/meteora-apis.md (endpoint docs), how_to_use.md, and evals/evals.json.
  • Read-only by design: never deploys, swaps, signs, or touches wallets.

Verification

  • npm run skill:validate — all 419 skills pass.
  • npm run build — README skills table regenerated (docs/README.skills.md +1 row).

Source

@github-actions

Copy link
Copy Markdown
Contributor

🔒 PR Risk Scan Results

Scanned 5 changed file(s).

Severity Count
🔴 High 0
🟠 Medium 0
ℹ️ Info 1
Severity Rule File Line Match
ℹ️ skill-script-touched skills/meteora-dlmm-pool-screening/scripts/screen.py 1 skills/meteora-dlmm-pool-screening/scripts/screen.py

This is an automated soft-gate report. Findings indicate review targets and do not block merge by themselves.

@github-actions github-actions Bot added new-submission PR adds at least one new contribution skills PR touches skills labels Sep 17, 2026
@github-actions

Copy link
Copy Markdown
Contributor

🔍 Vally Lint Results

✅ All checks passed

Scope Checked
Skills 1
Agents 0
Total 1
Severity Count
❌ Errors 0
⚠️ Warnings 0
ℹ️ Advisories 0

Summary

Level Finding
ℹ️ ✅ meteora-dlmm-pool-screening (2/2 checks passed)
ℹ️ ✓ [spec-compliance] All 1 skill(s) are spec-compliant.
ℹ️ ✓ spec-compliance: All spec checks passed.
ℹ️ ✓ [valid-refs] All file references across 1 skill(s) are valid.
ℹ️ ✓ valid-refs: All file references resolve to existing files within the skill directory.
ℹ️ 1 skill(s) linted, 1 passed
Full linter output
### Linting skills/meteora-dlmm-pool-screening
✅ meteora-dlmm-pool-screening (2/2 checks passed)
    ✓ [spec-compliance] All 1 skill(s) are spec-compliant.
        ✓ spec-compliance: All spec checks passed.
    ✓ [valid-refs] All file references across 1 skill(s) are valid.
        ✓ valid-refs: All file references resolve to existing files within the skill directory.

1 skill(s) linted, 1 passed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

new-submission PR adds at least one new contribution skills PR touches skills

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant