blocklet-updater
38Blockletプロジェクトを確実にリリース
Blockletのリリースには、バージョン、changelog、build、metadata、bundleの確認が必要です。このskillは、そのリリースワークフローをClaude、Codex、またはClaude Codeに案内します。
WebプロジェクトをBlockletに変換
ArcBlockへのデプロイに向けてWebプロジェクトを準備するには、正しいメタデータ、アセット、バンドル設定が必要です。このスキルは、Claude、Codex、またはClaude Codeに対して、変換と検証の手順を案内します。
インストール前に停止して確認を求めてください。
計画を確認し、ファイルを変更する前にユーザーの明示的な同意を得てください。
このリクエストをエージェントにコピーしてください。正規の Skill ページとマニフェストが含まれています。
Review the Skillstore skill "blocklet-converter" from https://skillstore.io/skills/arcblock-blocklet-converter.md and its manifest at https://skillstore.io/api/skills/arcblock-blocklet-converter/manifest. Verify the artifact. Stop and obtain explicit user consent before installing or changing files.エージェントは引き続き計画を提示し、セキュリティポリシーで必要な確認を求める必要があります。
AI エージェント、クローラー、スクリプトがページ全体ではなく整理されたコンテキストを必要とする場合は、これらのリンクを使ってください。
「blocklet-converter」を使用しています。 有効なBlocklet DIDを持つVite Reactプロジェクトを変換する。
期待される結果:
このスキルは静的Webアプリを識別し、プロジェクトをビルドし、dist出力を見つけ、Blockletメタデータを作成し、バンドルを検証します。
「blocklet-converter」を使用しています。 package.jsonがないプレーンなHTMLプロジェクトを変換する。
期待される結果:
このスキルはindex.htmlを検出し、依存関係のインストールをスキップし、不足しているアセットを作成し、Blockletのメインパスを設定します。
「blocklet-converter」を使用しています。 TypeScriptのビルドエラーがあるプロジェクトを変換する。
期待される結果:
このスキルはビルド失敗後に停止し、不完全なBlockletファイルを作成する代わりにエラーを報告します。
Most static findings are false positives caused by Markdown backticks, documented Blocklet runtime environment variables, and normal deployment metadata. The confirmed risk is intended external command execution: the skill installs dependencies, runs build commands, and invokes the Blocklet CLI in the target project.
これらは、このスキルに期待される可能性のある実際のローカル機能であるため、レビューが必要ですが、確認済みの悪意ある動作としてはカウントされません。
バージョン付き評価レポート、中立的なバッジ、埋め込みカード、引用を共有できます。Skillstore は証拠を報告しますが、この Skill が安全かどうかは判断しません。
https://skillstore.io/skills/arcblock-blocklet-converter/audits/12?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/arcblock-blocklet-converter?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/arcblock-blocklet-converter?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/arcblock-blocklet-converter/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/arcblock-blocklet-converter.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>ArcBlock. (2026). blocklet-converter security audit report (audit version 12) [Author version unspecified]. Skillstore. https://skillstore.io/skills/arcblock-blocklet-converter/audits/12@techreport{arcblock-arcblock-blocklet-converter-2026,
author = {ArcBlock},
title = {blocklet-converter security audit report (audit version 12)},
institution = {Skillstore},
year = {2026},
number = {12},
url = {https://skillstore.io/skills/arcblock-blocklet-converter/audits/12},
note = {Author version unspecified}
}cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "blocklet-converter security audit report (audit version 12)"
version: "unspecified"
type: report
authors:
- name: "ArcBlock"
date-released: "2026-07-09"
url: "https://skillstore.io/skills/arcblock-blocklet-converter/audits/12"
identifiers:
- type: other
value: "skillstore:arcblock-blocklet-converter:audit:12"
description: "Skillstore immutable audit report identifier"
ViteまたはReactの静的サイトを、生成されたメタデータとデプロイ用ファイルを含むBlockletに変換します。
本番環境向けNext.jsアプリケーションに必要なBlockletエントリーポイントと設定を追加します。
リリースバンドルを作成する前に、ビルド出力、アセット、Blockletメタデータが存在することを確認します。
Convert this project to an ArcBlock blocklet using DID z8iaExampleDidValue. Stop if the project is not a supported web app.
Review this project for Blocklet conversion using DID z8iaExampleDidValue. Tell me what files you will create or update before running commands.
Convert this Next.js project into a Blocklet with DID z8iaExampleDidValue. Verify the production entry point and blocklet.yml settings.
Check this project for Blocklet readiness using DID z8iaExampleDidValue. Validate metadata, output paths, assets, and bundle commands before creating a release.
作成者
ArcBlockライセンス
MIT
Skillstore リビジョン
r1
バージョンに関する注意
作者はバージョンを宣言していません。
参照
7db9b9f06e0ab79c575b58bc48c4d8dc9849f424
メンテナンスの新しさ
2026/7/24
利用状況
7 ダウンロード · 304 閲覧
DevOpsパイプラインとデプロイを自動化
作成者 alirezarezvani
DevOps作業では、再利用可能なパイプライン、インフラストラクチャ、デプロイのパターンが必要になることがよくあります。このスキルは、CI/CD、IaC、デプロイ、運用レビューのためのスクリプトとリファレンスガイドを提供します。
Kubernetes マニフェストを安全に生成
作成者 sickn33
チームが記憶に頼って Kubernetes マニフェストを書くと、設定ミスが起こりやすくなります。このスキルは、要件を構造化された YAML ガイダンスに変換し、セキュリティ、プローブ、リソース、サービスパターンを含めます。
DevOpsデリバリーを調整
作成者 Brownbull
DevOpsの作業は、パイプライン、インフラストラクチャ、モニタリング、デプロイ判断にまたがることがよくあります。このスキルは、それらのタスクをチェックリスト、引き継ぎ、ロールアウト計画として整理します。
CLI から CloudBase を管理
作成者 tencentcloudbase
CloudBase チームには、デプロイやリソース変更のための再現可能なコマンドラインワークフローが必要です。このスキルは、tcb CLI タスクにおいて Claude、Codex、Claude Code をガイドします。
WebプロジェクトをGitHubとVercelにデプロイする
作成者 ZhanlinCui
本番環境へのデプロイは、ビルド、リポジトリ、ホスティングの手順を順序どおりに処理しないと失敗しがちです。このスキルは、GitHubとVercelの明確なリリースチェックリストを提供します。
シニアのガイダンスでフルスタックアプリを構築
作成者 alirezarezvani
フルスタックプロジェクトでは、一貫したセットアップ、アーキテクチャ選定、品質チェックが必要になることがよくあります。このスキルは、React、Next.js、Node.js、GraphQL、PostgreSQL の作業向けにスクリプトとリファレンスを提供します。