← Back to list

ai-ml-technologies
by pluginagentmarketplace
TypeScript Development Plugin
⭐ 1🍴 0📅 Jan 5, 2026
SKILL.md
name: ai-ml-technologies description: Master AI, machine learning, LLMs, prompt engineering, and blockchain development. Use when building AI applications, working with LLMs, or developing smart contracts. sasmp_version: "1.3.0" bonded_agent: 05-ai-emerging-technologies bond_type: PRIMARY_BOND
AI & Emerging Technologies Skill
Quick Start - OpenAI API
from openai import OpenAI
client = OpenAI(api_key="sk-...")
# Simple completion
response = client.chat.completions.create(
model="gpt-4",
messages=[
{"role": "system", "content": "You are helpful assistant"},
{"role": "user", "content": "Explain machine learning"}
],
temperature=0.7,
max_tokens=500
)
print(response.choices[0].message.content)
Core Technologies
AI & LLMs
- OpenAI API (GPT-4)
- Claude API (Anthropic)
- Open-source LLMs (Llama, Mistral)
- LangChain for applications
- Vector databases (Pinecone, Weaviate)
Machine Learning
- TensorFlow / PyTorch
- scikit-learn
- XGBoost
- Hugging Face Transformers
Blockchain & Web3
- Solidity for smart contracts
- Web3.js / Ethers.js
- Hardhat development
- Foundry
Game Engines
- Unity (C#)
- Unreal Engine (C++)
- Godot (GDScript)
Best Practices
- AI Ethics - Consider societal impact
- Testing - Rigorous evaluation
- Monitoring - Track model performance
- Documentation - Clear decision records
- Security - Smart contract auditing
- Cost Optimization - Minimize API usage
- Version Control - Track models and prompts
- Responsible AI - Bias and fairness
Resources
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon