← Back to Skills Marketplace
Mob Android Sharesdk Integration
by
MobSupport
· GitHub ↗
· v2.0.0
· MIT-0
83
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install mob-android-sharesdk-integration
Description
Interactive guide for integrating MobTech ShareSDK into Android projects with 6-step workflow. Use when user says "我要在app中增加分享能力", "ShareSDK集成", "Android分享功能...
Usage Guidance
This skill appears to do what it says: generate a config template, validate platform keys, and patch an Android project to add Mob ShareSDK. Before using it: (1) run it only on projects you trust and have backed up or under version control, (2) review every proposed file modification the skill shows you before confirming, (3) avoid letting it run './gradlew' unattended because Gradle can execute arbitrary project code or plugins and will perform network downloads, and (4) keep your appKey/appSecret secret — provide them only in the local Excel file and avoid pasting them into public chat.
Capability Analysis
Type: OpenClaw Skill
Name: mob-android-sharesdk-integration
Version: 2.0.0
The skill bundle provides an interactive workflow for integrating MobTech ShareSDK into Android projects, which involves high-risk operations such as executing shell commands (`./gradlew` in `SKILL.md`), running a local Python script (`assets/generate_excel_template.py`), and modifying project build files and Java source code. While these actions are aligned with the stated purpose, the process relies on user-provided input (project paths and Excel configuration values) that is not explicitly sanitized, creating a potential surface for command or script injection. No clear evidence of intentional malice or data exfiltration was identified.
Capability Assessment
Purpose & Capability
Name/description (Mob ShareSDK Android integration) match the provided assets and SKILL.md. The included Python script generates an Excel template for platform/app keys (appropriate). There are no unrelated env vars, binaries, or install steps.
Instruction Scope
The SKILL.md directs the agent to ask for a project path, read and validate files (app/build.gradle, settings.gradle, gradle wrapper props), generate/read an Excel with app keys, produce Gradle snippets, and (with confirmation) modify project files. This is appropriate for an integration skill, but it explicitly instructs running ./gradlew --refresh-dependencies which will execute the project's build scripts and can run arbitrary code from the project or downloaded plugins—so the user should confirm and run on trusted projects or after taking a backup.
Install Mechanism
Instruction-only skill with no install spec. The only code file is a benign Excel-generator script (openpyxl usage) stored in assets; nothing is downloaded or extracted by the skill itself.
Credentials
No environment variables, credentials, or external config paths are requested. The skill asks the user to provide platform appKey/appSecret values via an Excel file — this is expected and proportional to its purpose.
Persistence & Privilege
The skill will write changes into the user's project files (build.gradle, settings.gradle, gradle.properties, README templates) which is expected for a code-modifying integration assistant. It does not request permanent platform-level presence or modify other skills. Users should ensure they approve each change and keep backups or use version control.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mob-android-sharesdk-integration - After installation, invoke the skill by name or use
/mob-android-sharesdk-integration - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
调整xlsx生成脚本
v1.0.1
mob-android-sharesdk-integration v1.0.1
- Added a detailed, interactive 6-step workflow for integrating MobTech ShareSDK into Android projects, including user confirmation at each step.
- Provides explanations and validation guidance for each phase: project path confirmation, platform configuration, Gradle/environment setup, privacy compliance, and sharing code integration.
- Includes clear error prompts and validation for user-provided configuration data, especially for required fields and platform parameters.
- Offers auto-generation of configuration files and code snippets based on user interaction and Excel configuration input.
- Improved usability for common ShareSDK integration scenarios, such as adding share functionality, configuring platform credentials, and meeting privacy requirements.
Metadata
Frequently Asked Questions
What is Mob Android Sharesdk Integration?
Interactive guide for integrating MobTech ShareSDK into Android projects with 6-step workflow. Use when user says "我要在app中增加分享能力", "ShareSDK集成", "Android分享功能... It is an AI Agent Skill for Claude Code / OpenClaw, with 83 downloads so far.
How do I install Mob Android Sharesdk Integration?
Run "/install mob-android-sharesdk-integration" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Mob Android Sharesdk Integration free?
Yes, Mob Android Sharesdk Integration is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Mob Android Sharesdk Integration support?
Mob Android Sharesdk Integration is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Mob Android Sharesdk Integration?
It is built and maintained by MobSupport (@mobsupport); the current version is v2.0.0.
More Skills